Hi,
I am working with a Listgrid, whose content can eventually be changed by a another widget. In that case, I know which record has been modified, and I would like to refresh the information for that record only. I can accomplish this by performing a dummy call to "updateData" method, which will return the current value of the record that has just been modified.
The other thing, is that the Listgrid does have a filter. For this, I would like that if the refreshed record does not match the filter anymore, this record is not shown.
Also, if a record was not being shown because it did not match the filter, once its values are refreshed, reapply the filter on this record.
Is it possible to accomplish this behaviour with Smartclient?
Thanks
SmartClient version: v10.0p_2015-05-31_LGPL
I am working with a Listgrid, whose content can eventually be changed by a another widget. In that case, I know which record has been modified, and I would like to refresh the information for that record only. I can accomplish this by performing a dummy call to "updateData" method, which will return the current value of the record that has just been modified.
The other thing, is that the Listgrid does have a filter. For this, I would like that if the refreshed record does not match the filter anymore, this record is not shown.
Also, if a record was not being shown because it did not match the filter, once its values are refreshed, reapply the filter on this record.
Is it possible to accomplish this behaviour with Smartclient?
Thanks
SmartClient version: v10.0p_2015-05-31_LGPL