In my test application I have a listgrid and a form sharing restdatasource which connects server (setClientOnly(false)). After I call form.saveData() the selection in the grid disappears. I wouldn't be so bad, but the SelectionChangedHandler registered on the grid isn't being called at this time.
What I am doing wrong? Please, help me.
What I am doing wrong? Please, help me.
Comment