Disable scroll bars when I disable a grid

Hi, When I disable a DGBG, the scroll bars aren't disabled and I'm able to click in them. How can I avoid this behaviour. Thanks, Ivan.

1 Reply

AD Administrator Syncfusion Team November 20, 2003 07:57 PM UTC

You can use: this.grid.HScrollBehavior = GridScrollbarMode.Disabled; this.grid.VScrollBehavior = GridScrollbarMode.Disabled;

Loader.
Up arrow icon