NA
Nisha Arockiya A
Syncfusion Team
September 30, 2008 12:47 PM UTC
Hi Avi,
By handling TableControlCurrentCellStartEditing event of GridGroupingControl it is possible to cancel the clicking on current cell using
e.Inner.Cancel=true;
after setting the ListBoxSelectionMode of TableOptions to be SelectionMode.One and AllowSelection to be GridSelectionFlags.Any.Please refer to the following code snippet.
this.gridGroupingControl1.TableOptions.ListBoxSelectionMode = SelectionMode.One;
this.gridGroupingControl1.TableOptions.AllowSelection = GridSelectionFlags.Any;
Please let me know if this helps.
Regards,
Nisha