Status/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): Bill Clark / Bill Clark ()
Created: 06/28/2017
Components: AJAX, UI Components
Versions: 11.0
Failure Type: Incorrectly functioning
Found In Build/Fixed In Build: 11,0,12,302575 / 303273
Priority/Frequency: Normal / Most users will encounter
Locale/System: English / Windows 10 64 bit
Vote Count: 0
Problem Description:CFGrid scripting options that worked under CF11 update 11 do not
work with CF11 Update 12. Specifically, ColdFusion.Grid.getGridObject does not now
return an object in initGrid for grids where it did under update 11.
Steps to Reproduce:
function initGrid(data,cellmd,record,row,col,store) {
enrollGrid = ColdFusion.Grid.getGridObject("enrollmentsGrid")?
alert(enrollGrid)?
}
Actual Result:
An alert popup with "undefined"
Expected Result:
An alert popup with a grid object
Attachments:
- June 28, 2017 00:00:00: enrollments.cfm
Comments: