GridGroupingControl and Selecting row

Hi,

Which event is fired when we select a row.
I need to fire some queries when a row is selected.

Thanks
Aditya

1 Reply

GB Gokul B Syncfusion Team March 21, 2007 07:01 PM UTC

Hi Aditya,

CurrentRecordContextChanged will be triggered when the different row for the GridGroupingControl is selected. Attached is the sample for your references.

GridCurrentRow

Sample Description
------------------
In our sample

* we Gets the current record and created a Currently record entry in the CurrentRecordContextChanged event.
* we retreive the value of "customerID" when the Current Record is given.
* In the button click event we displayed the selected records and selected index in listbox.

Let us know if you have any other queries.

Thanks for using Syncfusion products.

Regards,
Gokulkumar.B

Loader.
Up arrow icon