I am using ListGrid.saveAllEdits to save the records and it works fine, but even though i have a client side validation (which i have set using ListGrid.setFieldError()) saveAllEdits still executes and the request is sent to server side.
I have tried to set showPrompt on the dsRequest but it doesn't work.
I want a promt to be shown if there are any client side validation instead of it executing the request.
Could you please tell me what should be done to achieve this?
I have tried to set showPrompt on the dsRequest but it doesn't work.
I want a promt to be shown if there are any client side validation instead of it executing the request.
Could you please tell me what should be done to achieve this?
Comment