This question is locked. New answers and comments are not allowed.
whether it's possible to allow grouping on Telerik grid without any data loaded.
I test it. I find it can't group without any data.
please reply as soon as passible.
Thanks
I test it. I find it can't group without any data.
please reply as soon as passible.
Thanks
6 Answers, 1 is accepted
0
Hello Zhu,
Can you please share a little bit more info about your particular case. Why do you actually need to perform grouping in your RadGridView when it is empty and also what do you expect to group in this case?
Kind regards,
Vanya Pavlova
the Telerik team
Can you please share a little bit more info about your particular case. Why do you actually need to perform grouping in your RadGridView when it is empty and also what do you expect to group in this case?
Kind regards,
Vanya Pavlova
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0

zhu
Top achievements
Rank 1
answered on 07 Dec 2010, 10:40 AM
My customer need this function.Because ComponetArt can do it.
I want to know telerik gridview whether can do it.
Thanks
I want to know telerik gridview whether can do it.
Thanks
0
Hello,
Vlad
the Telerik team
You can define permanent GroupDescriptor for the grid and the grid will be grouped even if there are no items.
Best wishes,Vlad
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0

zhu
Top achievements
Rank 1
answered on 07 Dec 2010, 11:01 AM
oh,I know it. I want to know drag it use mouse whether group without any data loaded
0
Hello zhu,
You can group with the mouse if you have columns. You will have columns if:
1. You have columns manually defined in XAML.
OR
2. You have bound the grid's ItemsSource to a collection (even if it is completely empty) and columns are auto-generated.
I hope this helps. Let me know if you have any other questions.
Greetings,
Ross
the Telerik team
You can group with the mouse if you have columns. You will have columns if:
1. You have columns manually defined in XAML.
OR
2. You have bound the grid's ItemsSource to a collection (even if it is completely empty) and columns are auto-generated.
I hope this helps. Let me know if you have any other questions.
Greetings,
Ross
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0

zhu
Top achievements
Rank 1
answered on 08 Dec 2010, 02:36 AM
Thanks Ross