I am using RadGrid for an webapplication that runs on touch screen
monitor. It becomes very difficult for the users to scroll using the
standard sized scroll bars that come up in radgrid. Can someone please
advice on how to increase the scroll bar width.
The grid is using the default scrollbars provided by the browser as any other HTML element with overflow:scroll or auto. Normally modifying the browser scrollbars appearance is not recommended because it can cause layout issues in other cases and is not universally supported across all browsers.
Below are some links on how the scrollbar appearance can be modified in IE and Chrome: http://msdn.microsoft.com/en-us/library/ie/hh772048(v=vs.85).aspx http://css-tricks.com/custom-scrollbars-in-webkit/
Regards,
Marin
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.