This question is locked. New answers and comments are not allowed.
Hello,
I'm looking for a solution to display images and would like to use the GridView headers for sorting, filtering and grouping the images, but need to display them in a VirtualizingWrapPanel.
Is there any possibility to use the GridView for this?
Patrick
I'm looking for a solution to display images and would like to use the GridView headers for sorting, filtering and grouping the images, but need to display them in a VirtualizingWrapPanel.
Is there any possibility to use the GridView for this?
Patrick
4 Answers, 1 is accepted
0
Hi Patrick ,
RadGridView has its own virtualizing panel which can not be swapped with VirtualizingWrapPanel without severely damaging the integrity and the behavior of the control.
Greetings,
Pavel Pavlov
the Telerik team
RadGridView has its own virtualizing panel which can not be swapped with VirtualizingWrapPanel without severely damaging the integrity and the behavior of the control.
Greetings,
Pavel Pavlov
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
answered on 29 Feb 2012, 02:03 PM
Hi Pavel,
thank you for your answer.
Is it possible to display just the headers of the GridView, without its content?
That could be solution with positioning a ListBox with a VirtualizingWrapPanel just below it.
Patrick
thank you for your answer.
Is it possible to display just the headers of the GridView, without its content?
That could be solution with positioning a ListBox with a VirtualizingWrapPanel just below it.
Patrick
0
Accepted
Hello Patrick ,
You can use the technique described in this blog post . Of course some of the features of RadGridView - column resizing , freezing etc would be lost.
Greetings,
Pavel Pavlov
the Telerik team
You can use the technique described in this blog post . Of course some of the features of RadGridView - column resizing , freezing etc would be lost.
Greetings,
Pavel Pavlov
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
answered on 29 Feb 2012, 06:46 PM
Thank you Pavel,
that was the kind of thing I was looking for.
It would just be much easier if we could just change the panel, without messing with the template.
Perhaps you can add this as a feature request.
Patrick
that was the kind of thing I was looking for.
It would just be much easier if we could just change the panel, without messing with the template.
Perhaps you can add this as a feature request.
Patrick