Hi,
I am using Rad for ASP.NET Ajax Q3. My Menu Items have been created dynamically. And the exception above occurs.
Following is the stack trace. Theese lines run 3 times. and at the 3rd run throws an exception. (My menu contains 2 root items.)
_12a has a value for first and second run but is null for the last one. This is causing the exception I guess.
I am using Rad for ASP.NET Ajax Q3. My Menu Items have been created dynamically. And the exception above occurs.
Following is the stack trace. Theese lines run 3 times. and at the 3rd run throws an exception. (My menu contains 2 root items.)
_12a has a value for first and second run but is null for the last one. This is causing the exception I guess.
Telerik.Web.UI.RadMenuItem.callBaseMethod(
this,"_initialize",[json,_12a]);
return baseMethod.apply(instance, baseArguments);
this.set_element(_c8);
this
._element._item=this;
Kind regards.