asp.netgridviewinfragisticswebdatagrid

Rowdatabound equivalent in webdatagrid of infragistics


I am looking for rowdata bound event that we have in asp.net gridview. What I am trying to achieve is this.

e.row.rowtype == datacontrolrowtype.datarow

on data bound event of webdata grid , but it is not working so how can I achieve this. Suggestion on how get the type of row and its event would be helpful.


Solution

  • Ok, not 100% sure what you mean by achieving 'this' but.. WebDataGrid offers 2 versions of such events so whatever you are attempting would probably have to do with these. As far as I get your line of code you are interested in data rows only and the following row-related events are fired only for data rows as far as I'm aware(definitely not for headers or Summary rows from my experience):

    I think you should be able to do what you want to do with those.