This question is locked. New answers and comments are not allowed.
Hi everyone ....
I have an XML file that is created dynamically, and save in IsolatedStorageFile. the question is how to use this file for ownership of a RadGridView itemsouce?
Since this xml file is generated dynamically, I mean not always within the same attributes.
I have an XML file that is created dynamically, and save in IsolatedStorageFile. the question is how to use this file for ownership of a RadGridView itemsouce?
Since this xml file is generated dynamically, I mean not always within the same attributes.
3 Answers, 1 is accepted
0
Hello jose,
Regards,
Milan
the Telerik team
Could you please clarify a bit? Is the XML file completely different every time - with different elements and attributes?
Regards,
Milan
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
jose
Top achievements
Rank 1
answered on 27 Jan 2011, 04:17 PM
hi... when I query a web service that throws me a xml file can be different every time. this XML is in IsolatedStorageFile
for example a xml file can be like file attached name example1, and the other xml can be like file attached name example2.
how to use these xml files are always different and if you can not have a fixed model??
how to use these xml files are always different and if you can not have a fixed model??
0
Hello jose,
Well, that is not very straightforward to process but once the xml is downloaded you can analyze it using Linq to XML and transform it into a DataTable which has columns for Nombre, Ciudad, etc. More information about our Silverlight DataTable can be found here.
Greetings,
Milan
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>