AD
Administrator
Syncfusion Team
June 26, 2006 03:16 PM UTC
Hi Falk,
This can be achieved by setting the ShowCurrentCellBorderBehavior property. The following is the code snippet.
++++++++
this.gridGroupingControl1.TableModel.Options.ShowCurrentCellBorderBehavior = GridShowCurrentCellBorder.HideAlways;
++++++++
Thanks and regards,
Madhan