Using Q2, I am creating Dynamic Docks in the Page_Init event, and for that Dock, I am setting AutoPostBack to true and setting the DockPositionChanged event handler to an appropraite event handler.
I have no problems with the dock as it moves around as it will postback and call the event, but the problem is the postback is a full page postback and not just the dock. I just want the dock to call the server-side event handler so that I can make the appropraite changes to the layout in the server cache.
I have tried a couple of things, dynamically adding AjaxSettings for the dock control (this throws all kinds of JavaScript errors), adding the DockZone as a Setting (locks the zone and docks up), and adding the DockLayout as a Setting (works, but causes a lot of flash and loses its client-sized dimensions).
Please let me know how to make the calls "Ajax" calls as I have searched the forums and looked through the demos and have not found an example that matches what I need to do.
I have removed any user controls from the dock, so it is an empty dock that causes this problem.
Thanks.
I have no problems with the dock as it moves around as it will postback and call the event, but the problem is the postback is a full page postback and not just the dock. I just want the dock to call the server-side event handler so that I can make the appropraite changes to the layout in the server cache.
I have tried a couple of things, dynamically adding AjaxSettings for the dock control (this throws all kinds of JavaScript errors), adding the DockZone as a Setting (locks the zone and docks up), and adding the DockLayout as a Setting (works, but causes a lot of flash and loses its client-sized dimensions).
Please let me know how to make the calls "Ajax" calls as I have searched the forums and looked through the demos and have not found an example that matches what I need to do.
I have removed any user controls from the dock, so it is an empty dock that causes this problem.
Thanks.