New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.
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();