Hello,
I have a grid that uses paging [AllowPaging="true" AllowCustomPaging="true"] so that I can load a page at a time from my database. I would like to also display a horizontal scroll bar around the grid, but the scroll bar is displaying on the outside of my paging bar. This means that my paging bar is inside of the scrolling section, unlike your example linked below.
How can I get the scroll bar around my grid like your example? I'm assuming I may need to do something a little different since I'm using custom paging.
http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/frozencolumns/defaultcs.aspx
I dont need frozen columns, but only the ability to add the scroll bar with paging bar at the outside.
Thanks!!
I have a grid that uses paging [AllowPaging="true" AllowCustomPaging="true"] so that I can load a page at a time from my database. I would like to also display a horizontal scroll bar around the grid, but the scroll bar is displaying on the outside of my paging bar. This means that my paging bar is inside of the scrolling section, unlike your example linked below.
How can I get the scroll bar around my grid like your example? I'm assuming I may need to do something a little different since I'm using custom paging.
http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/frozencolumns/defaultcs.aspx
I dont need frozen columns, but only the ability to add the scroll bar with paging bar at the outside.
Thanks!!