Hi,
i am working in a project with silverlight 4, mvvm pattern and telerik controls.
It is possible to population xml string content to a radgridview.
Xml String
--------------
<NewDataSet>
<Table1>
<ID>17668</ID>
<CODE>67</CODE>
<NAME>03822</NAME>
<DESCRIPTION>Test Desc<DESCRIPTION/>
<MODULE>6</MODULE>
</Table1>
<NewDataSet>
i want to populate this content to radgridview, the column name and count is not static, it will change dynamically based on the data from the database.
So that i cant able to create static properties here...
Thanks in advance
Sridhar V.
i am working in a project with silverlight 4, mvvm pattern and telerik controls.
It is possible to population xml string content to a radgridview.
Xml String
--------------
<NewDataSet>
<Table1>
<ID>17668</ID>
<CODE>67</CODE>
<NAME>03822</NAME>
<DESCRIPTION>Test Desc<DESCRIPTION/>
<MODULE>6</MODULE>
</Table1>
<NewDataSet>
i want to populate this content to radgridview, the column name and count is not static, it will change dynamically based on the data from the database.
So that i cant able to create static properties here...
Thanks in advance
Sridhar V.