Retrieve the current record of a grid grouping control

Is there another way for retrieving the current record of a grid grouping control. You can use this one GridGroupingControl.Table.CurrentRecord but I don''t want to select the row. I just want to click on a cell and retrieve it''s value. Thanks,

1 Reply

AD Administrator Syncfusion Team October 21, 2004 11:36 AM UTC

You can use the grid.TableControl.CurrentCell. There are some code snippets in this thread. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=20501

Loader.
Up arrow icon