This question is locked. New answers and comments are not allowed.
I'm trying to use the Telerik Grid control in MVC3 and my concern is that I wish to make the Scrollbar appear only when needed. How do I accomplish such task? the .Scrollable is already implemented. I believe I need to use the scrolling => scrolling.Enabled(scrolling.Equals( [possibly check the number of rows displayed] ) ) but just can't figure out how.