GridGroupingControl row selecting event?

Using the GridGroupingControl is there an event I can listen to to know when a row is selected? CT

1 Reply

AD Administrator Syncfusion Team September 8, 2004 11:49 PM UTC

You can listen to the CurrentRecordContextChange event. It is called for various states when a new current record is selected. Check out the CurrentRecordContextChange.CurrentRecordAction for the different states (RecordEnter, EndEdit, RecordLeave etc.) Stefam

Loader.
Up arrow icon