Question on Datagrid scrolling

I was looking to see if the Datagrid provides a property for "scrolling". For example if I had a page size of 50 but wanted to have a scrollbar to handle the overflow.

You can simply set height.

Great thanks for the quick reply!

I have tried with setting height, however I don't seem to have it working. is there any tips to do this?

There are plenty of examples with vertical scrolling in our demos:

I just realized that I was trying to use percentages, as soon as I changed to vh or px, it started working