tracker issue : CF-4197248

select a category, or use search below
(searches all categories and all time range)
Title:

CFGRID inside a CFWINDOW inside a CFDIV

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/Fixed

Reporter/Name(from Bugbase): Nick Dee / Nick Dee (Nick Dee)

Created: 11/02/2016

Components: AJAX, UI Components

Versions: 2016,11.0

Failure Type:

Found In Build/Fixed In Build: CF 11,0,11,300489 / 2016.0.04.302332

Priority/Frequency: Major / Some users will encounter

Locale/System: English / Windows 7 64-bit

Vote Count: 0

Listed in the version 2016.0.04.302561 Issues Fixed doc
Problem Description: CFGRID will not populate inside a CFWINDOW called from a CFDIV tag.
Steps to Reproduce:

Actual Result: GRID will show but no data will display.

Expected Result: Grid should have data in it , works as expected in COLDFUSION 10.

Any Workarounds: Grid will populate if you remove the CFWINDOW tags.(How ever this is not a fix for us)

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	4197248

Reason:	BugVerified

External Customer Info:
External Company:  
External Customer Name: Nick Dee
External Customer Email:  
External Test Config: Copy test.cfm , test2.cfm and mycfc.cfc to web root. Change function getMyData() to query a local database and keep the column alias found in the cfc to match the grid in test2.cfm.



The Grid will show up with no data even if your query returned records.

Comment out the CFWINDOW tags. Now the grid will populate.



This was not a problem in CF10. Not sure about CF 11.

Attachments:

  1. November 03, 2016 00:00:00: 1_test.cfm
  2. November 03, 2016 00:00:00: 2_test2.cfm
  3. November 03, 2016 00:00:00: 3_myCFC.cfc

Comments:

Please note this is a CF 2016 bug as well
Comment by External U.
1517 | November 08, 2016 10:44:13 AM GMT