handle the selected row

hi all.
i have a simple GGC.
i set it's AllowSelection to: Row.
but the GGC1.Table.SelectedRecords.count shows 0.
and i'v selected a row.
why?

1 Reply

JN Jayakumar Natarajan Syncfusion Team January 28, 2007 06:19 PM UTC

Hi Shachar,
In the GridGroupingControl, there are couple of Slection mechanisms. If you want to select rows, please use the RecordBased slections.

You need to turn off the AllowSelection to None and set the Grid.TableOptions.ListBoxSelection Mode.

Please refer this shipping sample:
\windows\Grid.Grouping.Windows\Samples\GroupingGridOptions\TableOptions\
\windows\Grid.Grouping.Windows\Samples\FeatureSamples\MultipleRecordSelection

Regards,
Jay

Loader.
Up arrow icon