I want to put the grid inside a fixed height frame.
if rows exceed the height, I should have a scroll bar.
How to do?
Hello DR,Please try to put the grid into a div with specified height for example 500px and then set the grid’s height to 100%. Please let me know if this suggestion helps you to achieve the required look.
Works perfect.
Thanks!