HI,
I have a grid with a footer and a horizontal scrollbar. The scrollbar is appearing in between the last row in my grid and the footer. Is there a way to change this so that the footer appears under the last item in my grid, and then the scroll bar appears below that?
-Anthony
I have a grid with a footer and a horizontal scrollbar. The scrollbar is appearing in between the last row in my grid and the footer. Is there a way to change this so that the footer appears under the last item in my grid, and then the scroll bar appears below that?
-Anthony
5 Answers, 1 is accepted
0
Hi Anthony,
Unfortunately the desired functionality is not supported by the RadGrid control. However, please do not hesitate to contact us if other questions or problems arise.
Kind regards,
Pavlina
the Telerik team
Unfortunately the desired functionality is not supported by the RadGrid control. However, please do not hesitate to contact us if other questions or problems arise.
Kind regards,
Pavlina
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0

Sandeep
Top achievements
Rank 1
answered on 01 Feb 2011, 06:41 AM
Hi,
I saw the reply that its not possible but I have the same problem - just want to know that , after that last reply , if any work around exists to this ?
I saw the reply that its not possible but I have the same problem - just want to know that , after that last reply , if any work around exists to this ?
0
Hello Sandeep,
To achieve the desired functionality you can implement simple custom scrollbar with RadSlider in div and use the slider to scroll the content of the RadGrid control.
You can review the online resources below for more information.
http://www.telerik.com/community/code-library/aspnet-ajax/general/radgrid-scrolling-through-radslider.aspx
http://demos.telerik.com/aspnet-ajax/slider/examples/customscrollbar/defaultcs.aspx
Greetings,
Pavlina
the Telerik team
To achieve the desired functionality you can implement simple custom scrollbar with RadSlider in div and use the slider to scroll the content of the RadGrid control.
You can review the online resources below for more information.
http://www.telerik.com/community/code-library/aspnet-ajax/general/radgrid-scrolling-through-radslider.aspx
http://demos.telerik.com/aspnet-ajax/slider/examples/customscrollbar/defaultcs.aspx
Greetings,
Pavlina
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0

Sandeep
Top achievements
Rank 1
answered on 10 Feb 2011, 06:22 PM
Thank you !
0

Ryan Eaves
Top achievements
Rank 1
answered on 28 Jan 2012, 03:08 AM
This solution does not handle frozen columns, FYI.