I had downloaded 3.5.1 and played with it. I spend my week end reading jqGrid document and I learned a lot. I got 2 problems:
1 – I used the integrated Search Toolbar sample with a dropdown that get its data from server. It works great, but I wanted also to refresh the data in the toolbar each time that I edit a row, or adding a new record. I couldn’t find any event , I added mygrid.filterToolbar(); and the grid add another row of toolbar with data refreshed, so I reemoved firs then add the Toolbar. $('tr.ui-search-toolbar', 'table.ui-jqgrid-htable').remove();
Is there a better way to refresh dropdwon list in the toolbar?
2 – I set the Edit
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top