We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon