I have a Radgrid which is used in a SharePoint page. There is also a possibility that multiple Telerik grids can be used on a single SharePoint page.
The requirement is to freeze the headers on scroll.
For this i used, AllowScroll=true and UseStaticHeaders=true.
I fixed the width of all columns also because there was a misalignment between headers and data.
Now the issue that I am facing is: A vertical scroll bar appears on page load even though the size of the data is smaller than the Radgrid's height. This is not expected because data height is less and hence, the scroll bar should not appear.
Is there any possible solution to display the vertical scroll bar only if the data height is greater than the Radgrid height, considering the possibility of multiple grids on a single SharePoint page?
The requirement is to freeze the headers on scroll.
For this i used, AllowScroll=true and UseStaticHeaders=true.
I fixed the width of all columns also because there was a misalignment between headers and data.
Now the issue that I am facing is: A vertical scroll bar appears on page load even though the size of the data is smaller than the Radgrid's height. This is not expected because data height is less and hence, the scroll bar should not appear.
Is there any possible solution to display the vertical scroll bar only if the data height is greater than the Radgrid height, considering the possibility of multiple grids on a single SharePoint page?