asp.nettelerik

How to display a scroll bar for telerik radgrid in asp.net


I am not able to enable scroll bar for telerik radgrid.

I have used ClientSettings.Scrolling.AllowScroll=true.

can any one help?


Solution

  • You have to set an explicit height to show the vertical scrollbar; without an explicit height, it won't show up.