XAF send server side values before client side execute save command

48 Views Asked by At

I have problem when press inline save action without leaving last edited cell, application didn't sent callback before saving to take last changes.

Steps 1- Open any header record for editenter image description here 2- Add new detail record by pressing inline new action, then change val 1 to 10, if you leave the cell app will send call back to server side to update val 2 and 3 by code executed on event OnChanged in detail class, this is the expected behavior, the problem happened when you press save action without leaving the cell to execute the callback enter image description here

I think the solution should be manually perform callback and update client side with the new value before execute saving, but i don't know how to do it.

Can you help me find a global solutions for all grid in the application.

Download Test Solution Files

Cheers, Omar

0

There are 0 best solutions below