Obtaining record from row index

I would like to obtain the record for a row in a grouping grid. I have the row index (which I have obtained from the GridTableControlCellClickEventArgs I am double clicking on a row, and want to get the record. Grid.CurrentCell often refers to another cell (if my cursor is on another row when I double click). Any ideas? Thanks, Brian

2 Replies

AD Administrator Syncfusion Team August 10, 2004 02:23 PM UTC

Does this KB give you what you need? http://www.syncfusion.com/Support/article.aspx?id=10475 Or, maybe gridGroupingControl.Table.CurrentRecord will always return the proper value? Or, here is a forum thread with code for accessing cells in nested tables. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=13296


AD Administrator Syncfusion Team August 10, 2004 05:45 PM UTC

The KB article helped. Thanks, Brian >Does this KB give you what you need? > >http://www.syncfusion.com/Support/article.aspx?id=10475 > >Or, maybe gridGroupingControl.Table.CurrentRecord will always return the proper value? > >Or, here is a forum thread with code for accessing cells in nested tables. > >http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=13296

Loader.
Up arrow icon