I am trying to achieve horizontal scroll in radgrid which has many columns in it.As per the documentation in the demo in
http://http//demos.telerik.com/aspnet-ajax/grid/examples/client/scrolling/defaultcs.aspx which is as given below:
"In order to display horizontal scroll for navigation, you need to make sure that the total width of the columns (either auto-generated or declaratively set) exceeds the width of the grid".
For this I have set the width of radgrid in pixels which fits in the whole page,and is less than the width of total columns (in pixel).Hence horizontal scroll is working fine.
But the issue is that since I have set the width of radgrid in pixels,while changing the screen resolution,it doesn't fit in the whole page.
When I give width=100% for the grid,horizontal scroll is not working.
Please guide me on this so as to achieve above both scenarios.
Thanks in advance
http://http//demos.telerik.com/aspnet-ajax/grid/examples/client/scrolling/defaultcs.aspx which is as given below:
"In order to display horizontal scroll for navigation, you need to make sure that the total width of the columns (either auto-generated or declaratively set) exceeds the width of the grid".
For this I have set the width of radgrid in pixels which fits in the whole page,and is less than the width of total columns (in pixel).Hence horizontal scroll is working fine.
But the issue is that since I have set the width of radgrid in pixels,while changing the screen resolution,it doesn't fit in the whole page.
When I give width=100% for the grid,horizontal scroll is not working.
Please guide me on this so as to achieve above both scenarios.
Thanks in advance