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.