This question is locked. New answers and comments are not allowed.
Hi,
I want to have a scrollable Grid, so I put the .Scrollable() to my Grid. I also saw that I can specify its width with the .Scrollable(c => c.Enabled(true).Height(300)).
But in this case if I've only two rows, I've a empty white space between the last row and the footer.
I want to have a maximum height for the rows(the equivalent of ScrollableHeight of asp.net ajax).
How can I achieve this?
I want to have a scrollable Grid, so I put the .Scrollable() to my Grid. I also saw that I can specify its width with the .Scrollable(c => c.Enabled(true).Height(300)).
But in this case if I've only two rows, I've a empty white space between the last row and the footer.
I want to have a maximum height for the rows(the equivalent of ScrollableHeight of asp.net ajax).
How can I achieve this?
