How to get selected rows in GGC

I have GGC with SelectionMode.MultiExtended. I want to let user to multi-select grid rows. How can I get selected rows? Thanks, Lan

1 Reply

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.

Loader.
Up arrow icon