Skip to main content
Inspiring
November 4, 2011
Answered

cfgrid bottom toolbar not loading in hidden div

  • November 4, 2011
  • 1 reply
  • 703 views

i have a bound cfgrid inside a hidden div. when i make the div visible, cfgrid and data are there, but the bottom toolbar (with the navigation buttons, etc) is missing. this is a problem because it truncates all rows exceeding the pageSize value.

i've tried in js to use ColdFusion.Grid.refresh('mygrid', true); ColdFusion.Grid.getGridObject('MyGrid').render(); => no effect

help appreciated

This topic has been closed for replies.
Correct answer ion

i've finally got it, was well hidden:

ColdFusion.Grid.showBottomToolbar(gridName);

1 reply

ionAuthorCorrect answer
Inspiring
November 4, 2011

i've finally got it, was well hidden:

ColdFusion.Grid.showBottomToolbar(gridName);