I am trying to use RadToolBar together with radprompt() as described in your KB article
http://www.telerik.com/support/kb/aspnet-ajax/window/using-radprompt-and-radconfirm-with-telerik-navigational-controls.aspx
Everything works as expected - I get the prompt dialog and I enter value, but inside code behind e.Item.Value is always empty.
I traced javascript with FireBug and I can see that "lastClickedItem.set_value(args)" gets called with "args" having valid string value. But when few moments later I stop at the breakpoint inside "protected void RadToolBar1_ButtonClick" - e.Item.Value = empty string.
Could you please verify that this KB is still valid for build 2009-311 and suggest a workaround or alternative solution?
Thank you
Alexander
http://www.telerik.com/support/kb/aspnet-ajax/window/using-radprompt-and-radconfirm-with-telerik-navigational-controls.aspx
Everything works as expected - I get the prompt dialog and I enter value, but inside code behind e.Item.Value is always empty.
I traced javascript with FireBug and I can see that "lastClickedItem.set_value(args)" gets called with "args" having valid string value. But when few moments later I stop at the breakpoint inside "protected void RadToolBar1_ButtonClick" - e.Item.Value = empty string.
Could you please verify that this KB is still valid for build 2009-311 and suggest a workaround or alternative solution?
Thank you
Alexander