Hello. I create web form with Telerik controls. When this form is opened as modal dialog by follow code:
then crash in embedded script is occur.
Code causing crash:
Error message:
Not enough storage is available to complete this operation.
I think in popup windows javascript "navigator" object does not support "appVersion" property. How I can use Telerik controls in popup windows?
window.showModalDialog("MyForm.aspx") |
then crash in embedded script is occur.
Code causing crash:
Sys.Browser.version=parseFloat(navigator.appVersion); |
Error message:
Not enough storage is available to complete this operation.
I think in popup windows javascript "navigator" object does not support "appVersion" property. How I can use Telerik controls in popup windows?