GGC CurrentCell behavior

Hi! How can I prevent the current cell (in a ggc) from drawing a border around itself? Regards Falk

1 Reply

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

Loader.
Up arrow icon