Load view not refreshing

Hi, I have a table reference itself to implement a parent child relationship.
After the code generation, add delete update works fine but it won't refresh the angular datagrid. I have to refresh the page to make it show. Any idea why this is happening?

Try to execute this.grid0.load() after add, delete and update.

1 Like

Thanks for responding.
I am wrong, it is working. thank you so much.