found in LGPL Build SmartClient_SC_SNAPSHOT-2010-08-16
ListGrid.js line 14157
should be
I found this one while trying to reproduce the Smart GWT grid cell widgets example with smartClient LGPL. My component is always written below the cell content instead of "within". Maybe this feature is not ready yet?
ListGrid.js line 14157
Code:
if (this.recordComponentPostion != null) return this.recordComponentPosition;
Code:
if (this.recordComponentPosition != null) return this.recordComponentPosition;
Comment