Rank: Member Groups: Member
Joined: 11/13/2014 Posts: 15
|
Love the grid. Using a regular datagrid/datagridview yadda yadda I can take my datagrid and convert to xml by using the TABLE.WriteXml("mypath")
HOWEVER .. I want to use the EO.WEB.GRID .. is it possible to accomplish the same end result -- an xml file?
thanks
gollnick
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi,
XML is a data file. So you would typically export to XML from your data source, such as from your table. In another word, both the Grid and the XML gets the data from your data source. The Grid does not export to XML directly.
Thanks!
|
Rank: Member Groups: Member
Joined: 11/13/2014 Posts: 15
|
I know that. I was looking for the method or sample code for navigation through the grid and the rows and the columns to create the datatable. the use the writexml method on that table. Gollnick
|