Hi,
When we are getting any java exception like nullpointer then we are getitng that exception in alert box. This happening when I am doing DynamicForm.saveData(). But the same is not happening in ListGrid.endEditing().
I am overriding the RPCManager properties:
Couls you please suggest me something to make the same work in ListGrid.
We are using below version:
Isomorphic SmartClient/SmartGWT Framework (v9.0p_2014-01-14/PowerEdition Deployment 2014-01-14) - Initialization Complete
Browser : IE9
Thanks in Advacne
When we are getting any java exception like nullpointer then we are getitng that exception in alert box. This happening when I am doing DynamicForm.saveData(). But the same is not happening in ListGrid.endEditing().
I am overriding the RPCManager properties:
Code:
isc.RPCManager.addClassProperties({
willHandleError:true,We are using below version:
Isomorphic SmartClient/SmartGWT Framework (v9.0p_2014-01-14/PowerEdition Deployment 2014-01-14) - Initialization Complete
Browser : IE9
Thanks in Advacne