vote up 0 vote down star

I've got a datatable bound to a gridview and in the RowDataBound event I check the values of the fields to determine what to show in the gridview row.

However, in some cases I want to show a row with just a single label that spans all columns, when the data values in the row can't be calculated.

Is there a way to override the rendering of a single row when a gridview is bound to remove/add controls?

flag

48% accept rate

1 Answer

vote up 0 vote down

Yes, the RowCreated event.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.