This question is locked. New answers and comments are not allowed.
Hello,
I have a master entity with details (e.g. Order with OrderLines) which I want to edit in one screen.
I am displaying it in a Window as you can see in the attached image.
I want to have InCell edit for the grid, but that seems only to work when using Ajax databinding and enabling the SubmitChanges in the toolbar. I want just simple Server databinding and I don't want the Save Changes and Cancel Changes buttons (and also not the refresh button in the footer).
When I click my own Save button, then I want to post the whole order with orderlines to my controller.
How should I do that?
Thanks in advance,
Jaap
I have a master entity with details (e.g. Order with OrderLines) which I want to edit in one screen.
I am displaying it in a Window as you can see in the attached image.
I want to have InCell edit for the grid, but that seems only to work when using Ajax databinding and enabling the SubmitChanges in the toolbar. I want just simple Server databinding and I don't want the Save Changes and Cancel Changes buttons (and also not the refresh button in the footer).
When I click my own Save button, then I want to post the whole order with orderlines to my controller.
How should I do that?
Thanks in advance,
Jaap