How to fix Could not find UpdatePanel with ID ‘mainformUpdatePanel’

If you get this error while in ListView:

UpdatePanel with ID
This may come from the fact that the group viewer “hides” the control that contains the “mainformUpdatePanel”. There is an easy fix which is to comment the corresponding line in the LiveGroupViewer.ascx file:

var container = dijit.byId('centerContent'),
    child = dijit.byId('mainContentDetails');
if (container && child) {
// BEGIN CUSTOMIZATION
// Remove the "removeChild" call.  It causes some issues with MS Ajax
//                    container.removeChild(child);
// END CUSTOMIZATION
    container.addChild(panel);
    container.layout();
}

For more on SalesLogix and InforCRM get in touch with an XTIVIA CRM expert today!

Share This