Skip to main content
Inspiring
November 5, 2014
Answered

cfgrid column results are switching places

  • November 5, 2014
  • 1 reply
  • 577 views

We have just moved to a "new" server that is Windows Server 2008 R2.  I have installed CF 11.

There are two cfgrids and no code has changed with these grids.  Also, when running the grids on my localhost on my laptop I do not get the issue explained below.

One grid has a column "schoolyear" and the second grid has a columns "user role".

The results for these two are showing up under the other's columns.  i.e. "school year" shows the "user role" drop down and "User role" displays the "schoolyear" dropdown in the grid.

I thought it was perhaps a java issue and we have installed the latest version of java on the server.

Any help is greatly appreciated.

Thanks,

Brett.

This topic has been closed for replies.
Correct answer BACFL

This turned out to be an issue with an upgrade to CF 11.  Could not find any fix, so backed out to CF10.

1 reply

BACFLAuthorCorrect answer
Inspiring
November 24, 2014

This turned out to be an issue with an upgrade to CF 11.  Could not find any fix, so backed out to CF10.

Inspiring
November 25, 2014

In case you are using javascript binding with your cfgrid control, you may notice a mismatch between the column names and the data they contain. This issue exists in CF11 and is recorded as bug #3712885.

The fix for this should be made available with HF3, the upcoming CF11 update, due soon.

As a workaround, you can probably order the columns in your data query the same, as the order of the columns in your grid, or vice versa.

BACFLAuthor
Inspiring
November 25, 2014

Thank you for the information!  Glad to know it was a bug and not me. :-)

B.