AD
Administrator
Syncfusion Team
June 10, 2005 11:16 PM UTC
In addition to ListBoxSelectionMode, if you also set grid.TableOptions.AllowSelections = GridSelectionsFlags.None, then you can use the record selection support tailored for the GridGroupingCOntrol. Then you can get the selected records using the grid.Table.SelectedRecords collection.