Status/Resolution/Reason: Closed/Withdrawn/
Reporter/Name(from Bugbase): Craig Akers / Craig Akers (Craig Akers)
Created: 10/14/2015
Components: AJAX, UI Components
Versions: 11.0
Failure Type: Incorrect w/Workaround
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Normal / Some users will encounter
Locale/System: English / Win 2008 Enterprise Svr
Vote Count: 1
Problem Description:ColdFusion.Grid.refresh('grid01', true); does not preserve the current page of the grid.
Steps to Reproduce:
Create an HTML format grid using CFGRID:
<cfgrid format="html" name="grid01" pagesize=30 stripeRows=false fontSize=10px font="Arial" colHeaderFontSize=8px
bind="cfc:ProjQuote.getData({cfgridpage},{cfgridpagesize},{cfgridsortcolumn},{cfgridsortdirection})"
delete="No" selectmode="edit" selectonload="no"
onchange="cfc:ProjQuote.editData({cfgridaction},{cfgridrow},{cfgridchanged})">
Load the grid with data to exceed the pagesize of 30.
Use the bottom toolbar to navigate to page 2 of the grid.
Select or edit a cell.
Call ColdFusion.Grid.refresh('grid01', true); from a link on the page.
Actual Result:
The grid refreshes, but returns to page 1.
Expected Result:
The grid refreshes and maintains the current page.
Any Workarounds:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4073889
External Customer Info:
External Company:
External Customer Name: Craig Akers
External Customer Email:
External Test Config: My Hardware and Environment details:
ColdFusion 11, Update 5 on Windows 2008 Server Enterprise.
IE 11 Browser.
Attachments:
Comments: