• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

cfgrid bottom toolbar not loading in hidden div

Participant ,
Nov 04, 2011 Nov 04, 2011

Copy link to clipboard

Copied

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

TOPICS
Advanced techniques

Views

642

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Participant , Nov 04, 2011 Nov 04, 2011

i've finally got it, was well hidden:

ColdFusion.Grid.showBottomToolbar(gridName);

Votes

Translate

Translate
Participant ,
Nov 04, 2011 Nov 04, 2011

Copy link to clipboard

Copied

LATEST

i've finally got it, was well hidden:

ColdFusion.Grid.showBottomToolbar(gridName);

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation