datagrid

How can i get dataset rownumber if rows in datagrid were sorted ( i need to find the same row in dataset and datagrid ).

1 Reply

AD Administrator Syncfusion Team February 16, 2006 09:25 AM UTC

Hi Bolemir, The row index in the data table can be fetched by adding a hidden column that has the table row index. Then the table row index can be fetched by accessing the hidden column of the data row. I have attached a sample. Regards, Calvin.

40870.zip

Loader.
Up arrow icon