I use radgrid in both scrolling and paging mode (there is switch). Problem is in scrolling mode when in table is fewer items than can fit on the visible area, rows are expanded to fill entire page. Example: I have 3 items and they have height about 200px to fit scrollheight. I want to rows have always same height no matter how many items is in table. Below rows should be blank space like in paging mode.
Just do not tell me to change scrollheight depending on how many items is in the table.
.ScrollHeight = Unit.Pixel(RadPane2.Height.Value - 30)
30 - fixed header
Just do not tell me to change scrollheight depending on how many items is in the table.
.ScrollHeight = Unit.Pixel(RadPane2.Height.Value - 30)
30 - fixed header