Hi
i am using the below method to refresh the data grid is this a correct method to refresh the current data grid
salestable_ds.research(true);
salestable_ds.refresh();
Is there any other way to refresh the data ?
thank you
Hi
i am using the below method to refresh the data grid is this a correct method to refresh the current data grid
salestable_ds.research(true);
salestable_ds.refresh();
Is there any other way to refresh the data ?
thank you
You may find this blog post useful: Tutorial: refresh, reread, research, executeQuery - which one to use?.
thank you