Hi,
I use SmartGWT 2.5 with FF3.6.
I have a ListGrid that uses
I put the data in the grid using
I overrided both updateRecordComponent and createRecordComponent, but updateRecordComponent is never called.
I tried to set
but it still never gets called.
When should it get called?
Any help would be greatly appreciated.
I use SmartGWT 2.5 with FF3.6.
I have a ListGrid that uses
Code:
setShowRecordComponents(true); setShowRecordComponentsByCell(true);
Code:
setData(RecordList);
I tried to set
Code:
setRecordComponentPoolingMode(RecordComponentPoolingMode.RECYCLE);
When should it get called?
Any help would be greatly appreciated.
Comment