Hello all. My question is how to send all tasks(create,update,destroy) and values by one request from editorgrid? Is it possible by standart methods?
Thanks.
Hello all. My question is how to send all tasks(create,update,destroy) and values by one request from editorgrid? Is it possible by standart methods?
Thanks.
may be exist little bit easier method, for example 'beforewrite' event of httpProxy may be will help me? I just need to collect all task and record in one request { destroy:{id:{1},{id:2}}, update{.......}} any ideas
Thanks a lot