Welcome Guest Search | Active Topics | Sign In | Register

EO.WEB.GRID to xml Options
gollnick
Posted: Wednesday, May 9, 2018 12:39:42 PM
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
eo_support
Posted: Wednesday, May 9, 2018 4:47:06 PM
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!
gollnick
Posted: Wednesday, May 9, 2018 5:38:28 PM
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


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.