Tracking selected rows

Hi, My application needs to capture when a row in a GridGroupingControl is selected. I tried using the SelectedRecordsChangedEventHandler but my handler never seems to get called. Am I using the wrong event?

1 Reply

AD Administrator Syncfusion Team July 6, 2006 04:40 PM UTC

Hi Bill, When the grid.TableOptions.AllowSelections is set to None and setting the grid.TableOptions.ListBoxSelectionMode to something other than None. This selection support raises the grid.SelectedRecordsChanged/Changing rather than raising the grid.TableModel.SelectionChanging/Changed events. Kindly refer to the following KB article for more details http://www.syncfusion.com/support/kb/grid/Default.aspx?ToDo=view&questId=344 Best regards, Madhan

Loader.
Up arrow icon