I want to programmatically bind the xml document to RadGridView. I have xmldataprovider and I am programmatically setting the provider.document=xmldocument and the provider is the static resource of the grid.
This is not working.
Please let me know.
Thanks..
3 Answers, 1 is accepted
0
Stefan Dobrev
Telerik team
answered on 23 Apr 2010, 09:56 AM
Hello Ra,
Here is the link to our online example which illustrates binding with XML Data Provider.
Sincerely yours,
Stefan Dobrev
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 seen that example. The problem that I have is I am creating xml document dynamically and not reading from an xml file. So, I have to set xmldataprovider.document property, cannot set source or data property of the xmldataprovider. Please let me know how to assign dynamic xml document to xmldataprovider and bind it to gridview. I was not able to get it to work.
Thanks..
0
Vlad
Telerik team
answered on 26 Apr 2010, 08:02 AM
Hello,
You can check this thread for more info on how to assign Document property dynamically.
Kind 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.