Status/Resolution/Reason: Closed/Withdrawn/NotABug
Reporter/Name(from Bugbase): DONALD BAERT / DONALD BAERT (Donald Baert)
Created: 07/21/2014
Components: AJAX, UI Components
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Win 2012 Server x64
Vote Count: 0
Problem Description:
Many of the pages we developed using CFGRID no longer work the way they did in CF9/CF10. We cannot call the ColdFusion.Grid.getGridObject in CF11. It will always error with "Unable to get property 'getColumnModel' of undefined or null reference.
Steps to Reproduce:
Create a CFGRID, include code similar to:
myGrid = ColdFusion.Grid.getGridObject('gridName');
cm = myGrid.getColumnModel();
cm.setRenderer(0,functionCall);
Actual Result:
"Unable to get property 'getColumnModel' of undefined or null reference
Expected Result:
Reformat the 0 column based on the steps in the function called.
Any Workarounds:
None
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3792163
External Customer Info:
External Company:
External Customer Name: Donald Baert
External Customer Email:
External Test Config: Server 2008, IIS 7.5, JRE 1.7.0_55, ColdFusion version 11.0.0.289974, SQL Server 2012. Errors on both Internet Explorer 10 and Chrome 36.
Attachments:
Comments: