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

Bind silverlight grid to runtime generated columns.

3 Answers 33 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Rajesh Ramanathan
Top achievements
Rank 1
Rajesh Ramanathan asked on 14 Jun 2011, 08:57 AM
Hi,

I will really appreciate if you can suggest any demo link or way to handle runtime generated columns in silverlight grid.

Can we create a domain service at runtime using edmx ?

Thanks in advance !!

3 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 14 Jun 2011, 09:04 AM
Hi,

 Are you looking for our QueryableDomainServiceCollectionView

All the best,
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
0
Kamlesh
Top achievements
Rank 1
answered on 14 Jun 2011, 10:14 AM
Hi,


No, we have edmx which contains 5 view tables. In which, no. of columns will be changed at any time. Currently, one of the view table has 12 columns which will change in future but sure, it is a dynamic.

When we created a edms DB while we would create a domain service for it which contains all current column names. But, if view table column change then how to update or how to set view table columns in domain service.

Note: the view table columns would be change at any time.

Thanks,

Regards,

Kamlesh Chettiyar
0
Vlad
Telerik team
answered on 14 Jun 2011, 10:18 AM
Hi,

 Generally RadGridView will auto-generate columns every time you assign ItemsSource. If the the source is different you will get different columns. 

Greetings,
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
Tags
GridView
Asked by
Rajesh Ramanathan
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Kamlesh
Top achievements
Rank 1
Share this question
or