Hi,
I have a grid Grid with some records displaying details, i.e. it uses the setCanExpandRecords(true) and the SetExpansionMode(ExpansionMode.DETAILS) options.
The grid is populated by a datasource. Some records are updated programmatically from within the application.
This is done by ds.updateData(new xyRecord(...));
The Grid updates just fine, however, if the record is expanded (i.e. the details are visible) the details fields are updated only after closing and reopening them.
Is there a way to update the details instantly as well?
Thanks
I have a grid Grid with some records displaying details, i.e. it uses the setCanExpandRecords(true) and the SetExpansionMode(ExpansionMode.DETAILS) options.
The grid is populated by a datasource. Some records are updated programmatically from within the application.
This is done by ds.updateData(new xyRecord(...));
The Grid updates just fine, however, if the record is expanded (i.e. the details are visible) the details fields are updated only after closing and reopening them.
Is there a way to update the details instantly as well?
Thanks
Comment