Hello,
what would be the best way to implement a widget that displays content of a TreeNode that comes from a databounded TreeGrid and also reflects the changes made to the record? We tried DynamicForm.editRecord(record) where the form canEdit attribute was set to false without any luck. The form wouldn't track the cache updates which makes sense in edit mode, but we only use it to display the information. Is there a simple way to track the changes made outside the form or a custom ResultSet would be required?
what would be the best way to implement a widget that displays content of a TreeNode that comes from a databounded TreeGrid and also reflects the changes made to the record? We tried DynamicForm.editRecord(record) where the form canEdit attribute was set to false without any luck. The form wouldn't track the cache updates which makes sense in edit mode, but we only use it to display the information. Is there a simple way to track the changes made outside the form or a custom ResultSet would be required?
Comment