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
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
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.