Hi there,
So here's my situation:
I'm dynamically adding RadDocks on the server-side, and for each RadDock I create, I set its OnClientInitialize property to a JS function as shown in the examples so that I can use an image as the drag handle. The RadDocks are inside a RadAjaxPanel, and I'm forcing an update of the panel through javascript. Everything renders properly, but I've lost the ability to drag and drop my docks. I've put in a couple of alerts and it seems that after the Ajax postback, the OnClientInitialize isn't being called.
Any help would be greatly appreciated.
Thanks!
So here's my situation:
I'm dynamically adding RadDocks on the server-side, and for each RadDock I create, I set its OnClientInitialize property to a JS function as shown in the examples so that I can use an image as the drag handle. The RadDocks are inside a RadAjaxPanel, and I'm forcing an update of the panel through javascript. Everything renders properly, but I've lost the ability to drag and drop my docks. I've put in a couple of alerts and it seems that after the Ajax postback, the OnClientInitialize isn't being called.
Any help would be greatly appreciated.
Thanks!