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

[Solved] xml IsolatedStorageFile to RadGridView

3 Answers 92 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
jose
Top achievements
Rank 1
jose asked on 25 Jan 2011, 08:26 PM
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.

3 Answers, 1 is accepted

Sort by
0
Milan
Telerik team
answered on 27 Jan 2011, 09:27 AM
Hello jose,

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??
0
Milan
Telerik team
answered on 01 Feb 2011, 11:53 AM

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>>
Tags
GridView
Asked by
jose
Top achievements
Rank 1
Answers by
Milan
Telerik team
jose
Top achievements
Rank 1
Share this question
or