ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: bsolTeamBglr on August 04, 2017, 06:49:23 pm
-
Hi,
I am trying to appending the toolbar dynamically, that is our requirement.
Please, check the code with this link http://jsfiddle.net/vnggzcxr/
Here i am calling the method callToolBar(), if i call this method grid is not displaying.
if i am not calling this callToolBar() method then grid is displaying, but our requirement is to append
the toolbar dynamically. In the method only i can decide what to append to toolbar.
Please, help me out.
Thank you in advance.
-
In your jsfiddle, there is a syntax error and it has free version 2.x files of grid.
Please check this: http://jsfiddle.net/c7swp5p1/ to create toolbar after initialization of grid.
-
Thanks, its working fine..