I am using smartGWT 3.0 . I am evaluating smartGWT for one project. The requirement is for refreshing ListGrid (which is linked to DataSource) only for changed rows.
I have already gone through fetchData method but it fetches all the rows or based on row range but it does not seem possible to achieve refresh random rows using this method.
I want to actually make a data fetch call similar to Update operation where response object just carries the set of records which needs to be refreshed.
please provide your opinion
I have already gone through fetchData method but it fetches all the rows or based on row range but it does not seem possible to achieve refresh random rows using this method.
I want to actually make a data fetch call similar to Update operation where response object just carries the set of records which needs to be refreshed.
please provide your opinion
Comment