sorry, can you tell me how can I post a dynamic number of GridViews to my form?
I have dynamic number of categories and I want to make a GridView to each category.
how can I do this?
maybe a GridView in a GridView?
3 Answers, 1 is accepted
0
Vlad
Telerik team
answered on 27 May 2010, 07:29 AM
Hello,
You can use plain ItemsControl instead and define RadGridView in ItemsControl ItemTemplate. For example:
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.
thank you! but what should I do if YourChildProperty is not a ChildProperty, but a result of some method of YourSource?
0
Vlad
Telerik team
answered on 27 May 2010, 11:43 AM
Hello,
You can always prepare view-model that will have desired properties and wrap your original data.
Regards,
Vlad
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.