Our blazing fast Grid component built with pure JavaScript


Post by tjmeal »

Unfortunately what you send me only works > because the server ( dont have a PUT method) and throws an error > for some reason AjaxStore creates a response itself ( server don't response at all, insteads throws an error) and for some reason ajax store treats it as everything is okay, but its not.

In any case for simplicity reasons remove your code bellow and work with default (post method)

    useRestfulMethods : true,
    httpMethods: {
      update: 'PUT'
    },
Attachments
No Put Method.mov
(9.51 MiB) Downloaded 4 times
With Put Method.mov
(10.76 MiB) Downloaded 6 times

Post by alex.l »

Does this the problem we are discussing?

1) Are you sure that what you send me works on nextJs ? Because i set it up and still the PostMethod is triggered ? (see video attached)

I see it worked well with the code I posted and PUT is applied for update method with any amount of updated record.

All the best,
Alex Lazarev

How to ask for help? Please read our Support Policy

We do not write the code in bounds of forum support. If you need help with development, contact us via bryntum.com/services


Post by tjmeal »

Thanks for your reply but not the problem we are talking about is

viewtopic.php?p=167243#p167243

And i have replied viewtopic.php?p=167388#p167388 based on your requested for a sample to reproduce the problem.


Post by marcio »

Hey tjmeal,

I tried to access the link but got a Hello World screen.

Also, if the PUT issue is solved, please open a new thread regarding the new issue you're having, to avoid confusion and keep our policy of one issue per thread.

Attachments
Screenshot 2025-05-06 at 10.56.15.png
Screenshot 2025-05-06 at 10.56.15.png (73.66 KiB) Viewed 418 times

Best regards,
Márcio

How to ask for help? Please read our Support Policy


Post by tjmeal »

Thank you


Post Reply