I am using SmartGWT 3.1
DataBound ListGrid uses DataSource and all data addition, deletion, updation happens through DataSource. This method is really convenient but I have some doubts over the performance over normal Listgrid with ListGridRecords.
Observation: All the cells of all rows get updated even if you make changes in single row a single cell during UPDATE operation or updateCaches() method execution.
Also if we set Data with ListGridRecord in ListGrid without DataSource, I think the performance can be improved.
Please confirm this observation and suggest if any improvement can be made in DataSource Type approach.
DataBound ListGrid uses DataSource and all data addition, deletion, updation happens through DataSource. This method is really convenient but I have some doubts over the performance over normal Listgrid with ListGridRecords.
Observation: All the cells of all rows get updated even if you make changes in single row a single cell during UPDATE operation or updateCaches() method execution.
Also if we set Data with ListGridRecord in ListGrid without DataSource, I think the performance can be improved.
Please confirm this observation and suggest if any improvement can be made in DataSource Type approach.
Comment