Hello,
It looks like this posted in the wrong section... can you move it to the Prometheus->RadGrid section?
I am using Prometheus and am trying to use an ajaxToolkit CollapsiblePanelExtender on a panel that contains a radgrid in a usercontrol. The RadGrid initially displays correctly in the panel but if you try to click on a row in the radgrid I get an exception and the radgrid disappears. The error string references the user control ID and the radgrid ID. I was using RadAjaxManager to ajax the grid, but even if I comment out the ajax I still get the error. The error is:
"Sys.InvalidOperationException: Could not find UpdatePanel with ID 'ct100_ct100_ct100_cphBody_cphBody_cphBody_ct100_ct100_ct100_cphBody_cphBody_cphBody_<UserControlName>_<RadGridName>Panel' If it is being updated dynamically then it must be inside another UpdatePanel.
where <UserControlName> is the ID of my user control and <RadGridName> is the ID of my RadGrid
Thanks for your help,
Erin
It looks like this posted in the wrong section... can you move it to the Prometheus->RadGrid section?
I am using Prometheus and am trying to use an ajaxToolkit CollapsiblePanelExtender on a panel that contains a radgrid in a usercontrol. The RadGrid initially displays correctly in the panel but if you try to click on a row in the radgrid I get an exception and the radgrid disappears. The error string references the user control ID and the radgrid ID. I was using RadAjaxManager to ajax the grid, but even if I comment out the ajax I still get the error. The error is:
"Sys.InvalidOperationException: Could not find UpdatePanel with ID 'ct100_ct100_ct100_cphBody_cphBody_cphBody_ct100_ct100_ct100_cphBody_cphBody_cphBody_<UserControlName>_<RadGridName>Panel' If it is being updated dynamically then it must be inside another UpdatePanel.
where <UserControlName> is the ID of my user control and <RadGridName> is the ID of my RadGrid
Thanks for your help,
Erin