hiding selected cell in ggc

Hi everybody,

I wish to disable any indication that a specific cell is selected.
Does anyone know how to make the focused cell behave (visually) the same way as defined in "Appearance.AnyCell" ?


Thanks in advance.


selection2.zip

3 Replies

AD Administrator Syncfusion Team March 13, 2007 04:20 PM UTC

Hi Ryan,

Ty setting the ShowCurrentCellBorderBehavior property to HideAlways.

this.gridGroupingControl1.TableModel.Options.ShowCurrentCellBorderBehavior = GridShowCurrentCellBorder.HideAlways;

Best regards,
Haneef


AD Administrator Syncfusion Team March 13, 2007 06:33 PM UTC

Thanks Haneef,

Your suggestion did the job.
Is it possible to set "ShowCurrentCellBorderBehavior" via the property grid in the designer ?


AD Administrator Syncfusion Team March 13, 2007 07:11 PM UTC

Hi Ryan,

Is it possible to set "ShowCurrentCellBorderBehavior" via the property grid in the designer ?
>>>>
No, it is not possible to set "ShowCurrentCellBorderBehavior" via the property grid in the designer.

Best regards,
Haneef

Loader.
Up arrow icon