Hi,
I am using grid grouping control,
I want to select multiple rows in grid.
And also count of selected rows.
For selection of rows I am using
this.gridgroupingControl.TableOptions.ListBoxSelectionMode = SelectionMode.MultiExtended;
this.gridgroupingControl.TableOptions.AllowSelection = Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Multiple;
But it not working.
I am using gridgroupingControl.TableModel.Selections.Count ,but it gives 0
Is any solution regarding this?
Regards,
Paurnima.