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

Dynamic Columns

2 Answers 113 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Asaduzzaman
Top achievements
Rank 1
Asaduzzaman asked on 26 Jul 2010, 11:21 AM
I want to generate dynamic column in silverlight gridview according to my dataset.
I have to set validation each column cell according to dataset filed type and show validation message from server side.
Dataset no of column and data type may be vary each time load data.

Thanks

Azad

2 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 26 Jul 2010, 12:06 PM
Hello,

 You may need to check our DataTable if you want dynamic binding in Silverlight. 

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
0
Asaduzzaman
Top achievements
Rank 1
answered on 29 Jul 2010, 11:23 AM
I have solved my problem except one issue.I created gridview column in server side using GridViewMaskedTextBoxColumn,GridViewComboBoxColumn ,GridViewDataColumn and finally added all in gridview.
Now I want to show total and sum of salary according to online example from server side.

Thanks

Azad
Tags
GridView
Asked by
Asaduzzaman
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Asaduzzaman
Top achievements
Rank 1
Share this question
or