What to do for disabling the horizontal scroll bar in a radgrid?
I have used both the properties
Scrolling
AllowScroll="True"UseStaticHeaders="True"
But still when my text is too long inside a cell, horizontal bar is visible.
What all can be the issues and how can i rectify them?
Thanks!
1 Answer, 1 is accepted
0
Pavlina
Telerik team
answered on 31 Aug 2009, 04:56 PM
Hi Indira,
In order to disable horizontal scroll bar for navigation, you need to make sure that the total width of the columns (either auto-generated or declaratively set) does not exceeds the width of the grid. For more information please refer to the following online demo: Scrolling (Example Source Code & Description)