remove focus rectangle around currentcell

Simply question really, how can i remove the focus rectangle that gets drawn around the currentcell?
I''m using a standard GridControl.
I''ve tried using the PrepareViewStyle event and setting the borders to none, but apparently the focus rectangle is drawn inside the borders.

I''ve looked through the documentation but didn''t quite find any leads.

Thanks

2 Replies

AD Administrator Syncfusion Team August 9, 2006 10:46 AM UTC

Hi Palmer,

Use this code to resolve this,

this.gridControl1.ShowCurrentCellBorderBehavior = GridShowCurrentCellBorder.HideAlways;

Thanks,
Haneef


AD Administrator Syncfusion Team August 9, 2006 11:17 AM UTC

thanks Haneef,
I must have overlooked that.

Loader.
Up arrow icon