ParamQuery grid support forum
General Category => Help for ParamQuery Grid (free version) => Topic started by: SMV93 on September 15, 2017, 09:53:32 pm
-
Hello,
I am applying the PQGrid Auto Save Demo to my ASP.NET Web Forms project and I am having issues getting the buttons in the PQGrid toolbar to work. I mainly want to implement adding rows. Undo, Redo, and Export to Excel features are secondary and can come later. The issue seems like the toolbar button "click" event is not firing. Editing the grid, deleting rows, and paging works in my grid. It's only items related to the toolbar.
Here is a jsFiddle of my code. http://jsfiddle.net/pb5kpred/65/
Also, thank you for creating ParamQuery. I'm coming from ASP.NET GridView, so PQGrid is a huge improvement. I'm really enjoying PQGrid so far.
-
There's older version v2.0.4 in the jsfiddle.
Please use latest free version.
https://paramquery.com/Content/js2.2.0/pqgrid.min.js or download it from github.
-
That did the trick! Thank you so much!