This question is locked. New answers and comments are not allowed.
Hello,
I am checking the grid functionality in my application.
I have issue in that. Currently i am using the paging functionality of grid. Set the 10 record in per page.if below the 10 or zero record i want show the grid with same height, but is not setting default height of the grid.
.Scrollable(scrolling => scrolling.Height(300))
If i using scrollable property of grid then it sets the 300 px height of the grid.
Thanks,
Kaps
I am checking the grid functionality in my application.
I have issue in that. Currently i am using the paging functionality of grid. Set the 10 record in per page.if below the 10 or zero record i want show the grid with same height, but is not setting default height of the grid.
.Scrollable(scrolling => scrolling.Height(300))
If i using scrollable property of grid then it sets the 300 px height of the grid.
Thanks,
Kaps