I’m in the process of converting our web application from RadControls for ASP.NET to the new RadControls for ASP.NET AJAX. I have encountered a scenario that does not seem to work with the new AJAX controls but had worked previously.
Basically, there is a page with a grid control that allows editing using a user control. The user control contains a RadWindow control and some javascript to open the RadWindow. There is a button on the user control that is used to execute the script to open the RadWindow. When the grid is in edit mode and the button is clicked to open the RadWindow, the following JavaScript error is thrown:
“Microsoft JScript runtime error: Object expected”
If I try and debug the error, the following message is provided.
“There is not source code available at the current location.”
It seems like the RadWindow control and the javascript within the user control are ignored when the user control is rendered on the page.
Any help in resolving the above issue would be greatly appreciated.
Thanks in advance,
Tony