Both views that contain the CGridviews have the following, since jQuery is already loaded:
Yii::app()->clientScript->scriptMap['jquery.js'] = false; Yii::app()->clientScript->scriptMap['jquery.min.js'] = false;
Upon loading the first view, everything functions as normal and I can page and filter the cGridView without a problem.
If I load the second cGridview, it also functions normally.
The problem: After loading the second cGridview, the first ceases to function and throws the following error in Firebug when paged or filtered:
TypeError: settings is undefined [Break On This Error] return fn.apply( context, args.concat( slice.call( arguments ) ) );

Help














