Hi,
I have implemented two buttons on the toolbar. A save & close and a cancel. The editor is in a tabstrip which is in a grid. The editor starts when the grid is put into edit mode. The buttons save the edited html to a database and exit the grid's edit mode or cancel edit mode. All this works fine.
If a user toggles full screen mode, everything works as expected i.e. the screen can be toggled back and forth. If a user clicks the save or cancel buttons while not in full screen mode, the grid exits editmode and the screen paints correctly. However, when a user is in full-screen mode and they click save or cancel, the grid exits edit mode as expected but the screen is left in a weird semi-full screen state (i.e. the grid now takes up full width and other items are partially on screen and partially off-screen but there are no scroll bars.
So. My questions are:
1. In the short term, how can I exit full screen mode programatically when either save or cancel are clicked.
2. Shouldn't the editor automatically exit full screen mode when it's finished?
Thanks, Steve
I have implemented two buttons on the toolbar. A save & close and a cancel. The editor is in a tabstrip which is in a grid. The editor starts when the grid is put into edit mode. The buttons save the edited html to a database and exit the grid's edit mode or cancel edit mode. All this works fine.
If a user toggles full screen mode, everything works as expected i.e. the screen can be toggled back and forth. If a user clicks the save or cancel buttons while not in full screen mode, the grid exits editmode and the screen paints correctly. However, when a user is in full-screen mode and they click save or cancel, the grid exits edit mode as expected but the screen is left in a weird semi-full screen state (i.e. the grid now takes up full width and other items are partially on screen and partially off-screen but there are no scroll bars.
So. My questions are:
1. In the short term, how can I exit full screen mode programatically when either save or cancel are clicked.
2. Shouldn't the editor automatically exit full screen mode when it's finished?
Thanks, Steve
