Hello,
I am using RadGrid and also enable the scollbar. Though there is only one row, Grid size does not change and shows a lot of blank space below that row. How can I define the height of the Grid according to the no of rows in it.
I am suing this code behind for autoscroll enable.
-Prayag
I am using RadGrid and also enable the scollbar. Though there is only one row, Grid size does not change and shows a lot of blank space below that row. How can I define the height of the Grid according to the no of rows in it.
I am suing this code behind for autoscroll enable.
| gridBillToSearchResult.Width = Unit.Percentage(98) |
| gridBillToSearchResult.ClientSettings.Scrolling.UseStaticHeaders = True |
| gridBillToSearchResult.ClientSettings.Scrolling.AllowScroll = True |
-Prayag