Hi
I'm writing a save layout method that allows user to create their own layouts and just in case they mess up I have used the Reset() method on the DisplayLayout. But...I have used a column chooser and when the layout is reset the column chooser button vanishes.
Any idea why this happens and what can I do to fix it? Is there another Reset() method I should use. Currently I have had to use a default layout xml file to reset the layout to the defualt one, but this is just a bit of overhead I'd rather do without.
Thanks
Jeff
U better save the default layout and open it when the Reset button is clicked.
This is what I have done. Seemed the best option.
Thanks for the reply.