AD
Administrator
Syncfusion Team
April 8, 2004 12:20 AM UTC
The GridGroupingControl has a family of events, TableControlXXXXXXXXX, that mimic the ones from teh GridControlBase. So, you can use TableControlCurrentCellActivated.
In this forum thread, there is an explanation of how you can get the DataRow from the current record. http://www.syncfusion.com/forums/message.asp?MessageID=10442
AD
Administrator
Syncfusion Team
April 9, 2004 04:46 PM UTC
Works perfectly - thanks.