Hi
I am using smartGWT ListGrid widget along with DataSource for one of our projects. If I have to refresh the data for whole row, then I can do this using updateCaches() method.
I have a new requirement of partial refresh of Data .
e.g. Suppose I have 6 fields in my ListGrid. I want to frequently refresh data for only first 2 fields of particular rows and do not want to disturb other fields of that particular row..
For refreshing all 6 columns for a particular row I pass only the affected rows to DataSource using updateCaches(). This updates all the fields of that particular row.
Please suggest ways to implement it. I need information urgently for completing feasibility study with smartGWT for our project.
I am using smartGWT ListGrid widget along with DataSource for one of our projects. If I have to refresh the data for whole row, then I can do this using updateCaches() method.
I have a new requirement of partial refresh of Data .
e.g. Suppose I have 6 fields in my ListGrid. I want to frequently refresh data for only first 2 fields of particular rows and do not want to disturb other fields of that particular row..
For refreshing all 6 columns for a particular row I pass only the affected rows to DataSource using updateCaches(). This updates all the fields of that particular row.
Please suggest ways to implement it. I need information urgently for completing feasibility study with smartGWT for our project.
Comment