GridGroupingControl get values from highlighted cells

When I click and drag the mouse across the cells of a GridGroupingControl it highlights the range and I get a TableModel.SelectionChanged event. How can I get the data values of the highlit cells? I'm not getting a SelectedRecordsChanged event.


1 Reply

AD Administrator Syncfusion Team June 14, 2008 01:33 AM UTC

Here is a kb on the two types of selection architecture available in a GridGroupingControl.
http://www.syncfusion.com/support/kb/grid/Default.aspx?ToDo=view&questId=344

If you are trying to select cell ranges, then you are using the selections inherited from GridControlBase. Here is a kb link on how to get these ranges. Replace gridControl with gridGroupingControl1.TableControl (as this is the GridControlBase object).


Loader.
Up arrow icon