Howdy,
We have a usercontrol that contains a RadMultiPage control. Within that RadMultiPage control are five PageViews, each containing a user control that has one or more RadGrids within it. $create calls are being emitted to the page for every RadGrid within the RadMultiPage when their actual HTML elements don't exist. So it tries to pass $get('ID_Of_Nonexistant_RadGrid_Element') as the element parameter to $create, and throws an "undefined is null or not an object" error back at the user when it tries to initialize the base of Telerik.Web.UI.RadGrid with said null element.
Is this a known issue, and if so is there a workaround for it?
Thanks in advance
We have a usercontrol that contains a RadMultiPage control. Within that RadMultiPage control are five PageViews, each containing a user control that has one or more RadGrids within it. $create calls are being emitted to the page for every RadGrid within the RadMultiPage when their actual HTML elements don't exist. So it tries to pass $get('ID_Of_Nonexistant_RadGrid_Element') as the element parameter to $create, and throws an "undefined is null or not an object" error back at the user when it tries to initialize the base of Telerik.Web.UI.RadGrid with said null element.
Is this a known issue, and if so is there a workaround for it?
Thanks in advance