Hi everyone,
I have added a subgrid on power pages form and I want to refresh/reload the subgrid on buttonclick, but I am not able to achieve this.
I have tried with $('#Subgrid').load() but its not working
Also tried with column sorting $("[aria-label='Column name']").click() but this is not working in case of pagination.
Please let me know if anyone is having solution for this.