ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: Ago30 on September 02, 2014, 03:23:19 pm

Title: PopUp Insert/Delete/Upload Grid
Post 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?
Title: Re: PopUp Insert/Delete/Upload Grid
Post by: paramvir on September 02, 2014, 06:38:47 pm
you can simply call the grid methods i.e., $( ".selector" ).pqGrid( 'methodName' ); from anywhere.