HA
haneefm
Syncfusion Team
June 20, 2007 03:29 PM UTC
Hi John,
Try setting these property.
this.gridGroupingControl1.TableModel.Options.ShowCurrentCellBorderBehavior = GridShowCurrentCellBorder.HideAlways;
this.gridGroupingControl1.TableModel.Options.ActivateCurrentCellBehavior = GridCellActivateAction.None;
Best regards,
Hanee
JO
John
June 20, 2007 07:45 PM UTC
Hi Haneef,
The supplied code provided the necessary functionality.
Thanks for your prompt response!
>Hi John,
Try setting these property.
this.gridGroupingControl1.TableModel.Options.ShowCurrentCellBorderBehavior = GridShowCurrentCellBorder.HideAlways;
this.gridGroupingControl1.TableModel.Options.ActivateCurrentCellBehavior = GridCellActivateAction.None;
Best regards,
Hanee