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

Save Layout

1 Answer 78 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Bill
Top achievements
Rank 1
Bill asked on 11 Sep 2009, 03:43 PM
I have version 2009.2.9.729 for Winforms installed.  Doing a save layout as a file works great.  It's a valid xml file that can be read ok.  However the need is to save the xml to sql.  Straight forward to do using XmlWriter.  However, doing this the closing tag </RadGridView> is missing.  I've worked around this by appending it to the xml string.  After changing the encoding to utf-16 it saves to sql fine.

Either I'm doing something wrong or is this a bug?

Thanks..Bill

1 Answer, 1 is accepted

Sort by
0
Bill
Top achievements
Rank 1
answered on 11 Sep 2009, 07:10 PM
Never mind I'm bad.  Wasn't closing the XmlWriter.  All is well.
Tags
GridView
Asked by
Bill
Top achievements
Rank 1
Answers by
Bill
Top achievements
Rank 1
Share this question
or