Question
Knowledge Experts SA
FR
Last activity: 11 Aug 2017 7:32 EDT
How to refresh a specific row in a tree grid?
I need to refresh a specific row in a tree grid without refreshing the whole grid since it takes too much time and it affects the performance.
I tried to use "Refresh row" action passing the row index, for example"mainObjects.ChildItems(1).ChildItems(2).ChildItems(3)" but it didn't work. (mainObjects is the page containing the data).
I tried also to use RefreshSection activity passing as parameters the ones found in the tracer when trying to refresh the current row, but it didn't work also.
Can you please help me with that?
Thanks,
***Moderator Edit: Vidyaranjan | Updated Categories***