Hi,
I have a ListGrid and DynamicForm bound to the SmartClientOperations.wsdl datacource. The ListGrid is editable (setCanEdit(true)).
During Update, DynamicForm generates request with all fields values included (changed by user or not).
On the other hand, ListGrid creates request with the key and changed only fields, so it has to be addressed differently on the server side.
Is it possible to make ListGrid send entire row for update ?
Thanks,
MichalG
I have a ListGrid and DynamicForm bound to the SmartClientOperations.wsdl datacource. The ListGrid is editable (setCanEdit(true)).
During Update, DynamicForm generates request with all fields values included (changed by user or not).
On the other hand, ListGrid creates request with the key and changed only fields, so it has to be addressed differently on the server side.
Is it possible to make ListGrid send entire row for update ?
Thanks,
MichalG
Comment