I am having some trouble with radscriptblock when the parent control is hidden and shown again through an ajax postback.
JSTest.aspx.cs: http://pastebin.com/G4ZFB32z
JSTest.aspx: http://pastebin.com/YpQWidRC
MyControl.aspx.cs: http://pastebin.com/NfXrQGiL
MyControl.aspx: http://pastebin.com/DZkJeJzd
When I click "Hide", the panel and control inside it become hidden. When I click show, the control is shown, but I get the following javascript error:
JSTest.aspx.cs: http://pastebin.com/G4ZFB32z
JSTest.aspx: http://pastebin.com/YpQWidRC
MyControl.aspx.cs: http://pastebin.com/NfXrQGiL
MyControl.aspx: http://pastebin.com/DZkJeJzd
When I click "Hide", the panel and control inside it become hidden. When I click show, the control is shown, but I get the following javascript error:
Uncaught TypeError: Cannot read property 'currentStyle' of undefined Telerik.Web.UI.WebResource.axd:6
Sys.UI.DomElement.getVisible Telerik.Web.UI.WebResource.axd:6
Sys.UI.DomElement.setVisible Telerik.Web.UI.WebResource.axd:6
Sys.UI.Control.set_visible Telerik.Web.UI.WebResource.axd:6
InstalledByCheckChanged JSTest.aspx:8
(anonymous function) JSTest.aspx:2