Using SmartGWT 3.1p from 26.06.2013.
I would like to know how to create a DetailViewer and a read only DynamicForm to observe the changes done through their datasource by other form.
The PatternReuse demo shows how the ListGrid does that. I enhanced that example with a new DetailViewer and a read only DynamicForm, but without success.
I succeeded only by adding a callback to form.saveData method and updating manually the components with new data, but that is not what I need and like.
Is it possible without that callback and how?
Thanks,
Mihnea
I would like to know how to create a DetailViewer and a read only DynamicForm to observe the changes done through their datasource by other form.
The PatternReuse demo shows how the ListGrid does that. I enhanced that example with a new DetailViewer and a read only DynamicForm, but without success.
I succeeded only by adding a callback to form.saveData method and updating manually the components with new data, but that is not what I need and like.
Is it possible without that callback and how?
Thanks,
Mihnea
Comment