SmartGWT 3.0 LGPL
GWT 2.4
Custom grid cell widgets created by createRecordComponent are not rendered when the row is outside of visible area.
After I resize the browser window they appear.
Live showcase: http://logalyze4.demo.logalyze.com/logalyze-admin/
User: test
Password: logalyze
Go to Tab Admin, menu: Repository->Log definitions. Scroll down...
The resize the window.
Some related settings:
grid.setWidth100();
grid.setHeight100();
grid.setAutoFetchData(true);
grid.setShowAllRecords(true);
grid.setShowRecordComponents(true);
grid.setShowRecordComponentsByCell(true);
GWT 2.4
Custom grid cell widgets created by createRecordComponent are not rendered when the row is outside of visible area.
After I resize the browser window they appear.
Live showcase: http://logalyze4.demo.logalyze.com/logalyze-admin/
User: test
Password: logalyze
Go to Tab Admin, menu: Repository->Log definitions. Scroll down...
The resize the window.
Some related settings:
grid.setWidth100();
grid.setHeight100();
grid.setAutoFetchData(true);
grid.setShowAllRecords(true);
grid.setShowRecordComponents(true);
grid.setShowRecordComponentsByCell(true);
Comment