Hi Ahmed,
We regret for the
delay,
We have analyzed your query .could you please
share more details related to this query with us and its very helpful for
us to understand your requirement clearly and update the response?.
Query1:
In which scenario do you want to refresh the GridDataControl?.
However you can refresh the GridDataControl by calling Refresh() method.
this.syncgrid.Model.View.Refresh();
And you can also refresh the table by calling Invalidate() method.
this.syncgrid.Model.InvalidateCell(GridRangeInfo.Table());
Please let us know if you have
any queries.
Regards,
Saravanan.M