Hi
I use SmartGwt 2.5, with FF 3.6.
I have a ListGrid which I fill with data using ListGrid setData(RecordList).
Once in a while I check if there is new data. When there is a change in the data I use getRecordList, make the change, and setData again.
The regular string fields get automaticaly updated.
I have a few fields that use createRecordComponent to be displayed, these fields are not updated automaticaly . How can I cause these fields to be redrawn?
Thanks
I use SmartGwt 2.5, with FF 3.6.
I have a ListGrid which I fill with data using ListGrid setData(RecordList).
Once in a while I check if there is new data. When there is a change in the data I use getRecordList, make the change, and setData again.
The regular string fields get automaticaly updated.
I have a few fields that use createRecordComponent to be displayed, these fields are not updated automaticaly . How can I cause these fields to be redrawn?
Thanks
Comment