Hello,
Does the current (9.2.20092.1003) grid allow the saving and reloading of layouts?
regards,
craigw.
Unfortunately this functionality is not available at the moment.
Just out of curiousity, what you would expect to be saved and loaded if we were to implement this for you?
Thank you.
Hi,
Thanks for your reply.
I have a WHDS grid and I was thinking of saving the layout with my own code how do I identify columns that have been moved around - e.g. column 2 swapped with colum 3, column 5 swapped with column 7 and so on?
Thanks
Regards,
Craigw.
Craig,
I am not quite clear on the question. There is Columns collection available off each band. And if you have used the VisibleIndex property to move columns around, this property should be also persisted in your storage. Otherwise the order of columns in the collection defines how they appear.
Sorry I initially posted this question in the wrong forum.
I have a Web Hierarchical Data Source bound to an UltraWebGrid and I was thinking of saving the layout with my own code. How do I identify columns that have been moved around - e.g. column 2 swapped with colum 3, column 5 swapped with column 7 and so on?
Also, the child and grandchild bands are empty so I can't get access to the Columns collection for the child rows.
Craig wight.