Problems after LoadTablesStructureFromXml

3 replies. Last post: November 21, 2011 9:47 PM by Yudi
Tags :
  • New Discussion
  • New Question
  • New Product Feedback
Falk ReiherMember
Hello,


I've got one problem loading an webgrid layout.


User can save their layout setting with SaveTablesStructureToXml().InnerXml to the database.

On load the xmllayout should be loaded. It works but....

- columns from type template display not correctly -> normally there is an hyperlink, but it shows only the value

- columns from type dropdown -> shows only the key, not the value


I tryed loading the layout in Page_Init, WebGridSb_InitializeLayout, WebGridSb_PreRender. And at last I tryed to load ist on ButtonClick. Same result :(


grid.LoadTablesStructureFromXml(xml);
grid.RebindDataSource();


Greetz

Falk

All times are GMT -5. The time now is 12:46 AM.
Previous Next