Greetings,
I began writing a nice description of my problem when I realized that the same problem exists in the example on your site here - http://demos.telerik.com/ASPNET/Prometheus/Dock/Examples/DynamicDocks/DefaultCS.aspx. To reproduce, simply add a dock or two quickly with the add button, then click the postback button.You need to click the add button before the first page refresh in order to see the issue.
I believe the issue is simply that the javascript doesn't have time to move the new dock from the update panel to the dock zone. Is there a solution? This is something could happen quite easily if the dock takes a second or two to load (i.e. a grid or chart with a lot of data) and the user becomes impatient and clicks again.
Thanks in advance for your input!
I began writing a nice description of my problem when I realized that the same problem exists in the example on your site here - http://demos.telerik.com/ASPNET/Prometheus/Dock/Examples/DynamicDocks/DefaultCS.aspx. To reproduce, simply add a dock or two quickly with the add button, then click the postback button.You need to click the add button before the first page refresh in order to see the issue.
I believe the issue is simply that the javascript doesn't have time to move the new dock from the update panel to the dock zone. Is there a solution? This is something could happen quite easily if the dock takes a second or two to load (i.e. a grid or chart with a lot of data) and the user becomes impatient and clicks again.
Thanks in advance for your input!