Hi Team,
Please help with the below issue.
Scenario - When I am using a dataset control on the subgrid where I am using the paging as well.
The Pages are loaded using the loadExactPage method.
In normal scenarios like if I click next page , previous page the data are loading correctly.
But we have functionality were we need to use the dataset refresh method.
So the issue suppose I am on page 2 and refresh the dataset control using the code then in context.paramter.sampledater.loading I always get true value and updateView is called infinite number of time.
As of now I have used a workaround to overcome the issue.
But it would we great if we can get a proper way to handle the above scenario.
Let me know if you need anything more or if I am doing something wrong.
Thanks in advance.