Our blazing fast Grid component built with pure JavaScript


Post by bharat95 »

Hi,

When I'm editing cell, it's getting updated in UI but not updated in backend and payload is not displayed. Below is my code for reference.

store: new AjaxStore({
        readUrl: 'http://localhost/project/projectgrid/data',
        updateUrl: 'http://localhost/project/projectgrid/data',
        autoLoad: true,
        autoCommit: true,
      }),

Post by tasnim »

Hi,

I tried the latest version. And it seems to make the update request properly.
What version are you using?

Can you upload a runnable test case so we can reproduce and debug it?


Post Reply