AD
Administrator
Syncfusion Team
May 12, 2006 04:23 AM UTC
Hi Mark,
You need to use this code to turn off double click behavior in a GridListControl cell.Here is a code snippet.
GridDropDownGridListControlCellModel cm = this.grid.Model.CellModels["GridListControl"] as GridDropDownGridListControlCellModel;
cm.AllowDoubleClickChangeSelectedIndex = false;
Please let me know if this helps
Best regards,
Haneef