I am using two datasources in the list view. The first one is list view datasource and the second one is local datasource. I am adding multiple items to the local datasource. On save click i want to save all the values in the local datasource to the database.
In the button click i am using localdatasource.sync() method to call the create method.
But it is not entering in to the parameter map.
Simply In my database i am having 10 list view items. Initially i am loading 1 item and on next button click i am loading next item. Then when i am saving the question on next button click to the local datasource. On complete button click i want to save all the values.
Regards,
Sri
Did you try to create a dataSource which is configured for remote operations and you populate it initially through the data field of the dataSource configurator?
Something like this: