This is a migrated thread and some comments may be shown as answers.

how to implement fixed header

4 Answers 172 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Dave
Top achievements
Rank 1
Dave asked on 13 May 2011, 07:01 PM
Is it possible to fix the header in place while the rest of the listview scrolls (after a given height is reached)? When the listview has a lot of rows, it's getting hard to remember what each cell of data corresponds to and I figure that if I freeze the header in place and allow the data to scroll, that would address that issue.

4 Answers, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 19 May 2011, 11:23 AM
Hi Dave,

Could you please elaborate a little more on your scenario? By default, RadListView does not have any specific structure parts, so the header should be something custom created by you. Fixing it would depend on your own implementation.

Additionally, in case you need your information presented in a table structure with fixed headers when scrolling, why don't you try with a RadGrid using its built-in static headers functionality?

Kind regards,
Tsvetina
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
Dave
Top achievements
Rank 1
answered on 12 Jul 2011, 09:29 PM
I decided to just use paging so that the user doesn't have to scroll to see the column headers.
0
Dave
Top achievements
Rank 1
answered on 26 Oct 2012, 05:37 PM
Any chance of having scrolling with static headers functionality built into RadListView just like it is for RadGrid (http://www.telerik.com/help/aspnet-ajax/grid-scroll-with-static-headers.html)? Due to my specific implementation needs, I have to use a RadListView but I would like to take advantage of the scrolling w/ static header functionality just like RadGrid offers.  
0
Maria Ilieva
Telerik team
answered on 31 Oct 2012, 08:00 AM
Hi Dave,

The mentioned functionality is not supported in the RadListView control and for now we do not have plans to implement such functionality. This behaviour would be difficult to develop due to the RadListView control's nature.


Greetings,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ListView
Asked by
Dave
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Dave
Top achievements
Rank 1
Maria Ilieva
Telerik team
Share this question
or