Ultragrid SaveAsXML...

Posted by saquib on 10-Dec-2010 02:40

Hi,

I have an Ultragrid populated by a ProData set. There are two tables in the dataset with a child parent relationship.

The grid has two bands and I'm allowing users to save the layout of the grid with:

GridSpecialOffers:DisplayLayout:SaveAsXml(lvcDataGridConfigFilePath).

and load the file back in with:

GridSpecialOffers:DisplayLayout:LoadFromXml(lvcDataGridConfigFilePath)

My problem is that only the band[0] (parent) changes are saved/loaded and not band[1].

Does anyone know if what I want to do is possible?

Many Thanks,

Saquib.

All Replies

Posted by jquerijero on 17-Jan-2011 15:05

Try loading the grid's data before applying back the configuration file.

This thread is closed