3.2.0

Commiting changes to the data model

Hi,
I have implemented an editable template where I can change the grid data and saved this to the data model. Where and How can I set a call back that is invoked on change

Thanks
Bhaskar
July 26,
Actually I want to have the callback on the grid. I was able to set the callback on the template.

I tried overriding the setDataText function; is this the right way to do this. Any help is appreciated.

Thanks
Bhaskar
July 26,
If you are using 'built-in' js array data model - you have to override setDataText method or setText method on XML external data model.

I am planning to add generic 'onPropertyChange' actions/events in the future (not available yet).
Alex (ActiveWidgets)
July 26,

This topic is archived.

See also:


Back to support forum