ParamQuery grid support forum
General Category => Help for ParamQuery Grid (free version) => Topic started by: Ago30 on September 02, 2014, 03:23:19 pm
-
HI!
I have a question.
I create a modal popup to interact with the grid?
for example:
I create a popup for insert / delete / update data grid, how can I interact with the grid the popup?
-
you can simply call the grid methods i.e., $( ".selector" ).pqGrid( 'methodName' ); from anywhere.