Is there any workaround for this problem ? Whenever I change the datasource, everpresentrow is not working properly and I am not able to add any new row to the grid.
I have requirement where one column is to display images like pencil icon for edit and delete row icon. So i do not need to show everpresentrow for that one particular column as I am not binding to datafield.
Looks like the demo is with php. But we are using jquery, ajax and javascript on client side and java on server side. Is there any demo for server side calling for jqxgrid other than php.
We would like to use filter row but we have one scenario for one column which requires to do filter like <5 or >50. Could you please suggest with the filter row to achieve this ?