BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
this.gridGroupingControl1.TableOptions.ListBoxSelectionMode = SelectionMode.One;
this.gridGroupingControl1.TableOptions.AllowSelection = GridSelectionFlags.None;
To use the first technique, set AllowSelection to something other than none.
>this.gridGroupingControl1.TableOptions.ListBoxSelectionMode = SelectionMode.One;
>this.gridGroupingControl1.TableOptions.AllowSelection = GridSelectionFlags.None;
>
>
>To use the first technique, set AllowSelection to something other than none.
this.gridGroupingControl1.Table.SelectedRecords.Clear();