Hi
I am using jqxgrid with edit and delete buttons as columns including in grid, here is using popup editing and popup deleting.. These are occurring only client side But I want to update, insert, delete the data in to the database directly and updated data will be bind to grid on page load by using these……
When i click on edit button in grid a popup will be displaying with values of that particular row, now i edit the rows and when clicking on save button in popup it is updating only in grid, But I want this functionality on server side……
How can I achieve it….
Plz provide me code It’s Urgent for me………
Thanks in advance………..