MarkF
12 Nov 2009, 4:55 AM
I'm using your grid control that is provided by ColdFusion. Although I've been able to extend it significantly using your API, I'm having problems trying to add items to the top toolbar. Here is my code:
var tbar = grid.getBottomToolbar();
var topBar = grid.getTopToolbar();
tbar is fine, but topBar is "undefined".
I'm guessing that in the 3.0 grid, there is no topToolBar defined. If that is the case, do I need to create one and add it to the grid?
Mark <><
var tbar = grid.getBottomToolbar();
var topBar = grid.getTopToolbar();
tbar is fine, but topBar is "undefined".
I'm guessing that in the 3.0 grid, there is no topToolBar defined. If that is the case, do I need to create one and add it to the grid?
Mark <><