Update the data of grid on addition of any new row without using auto-refresh
Hi Team,
Suppose I have a grid widget with live data populating on it with some service.
What I want if any new row gets added to above data then my grid data gets refreshed immediately (i.e. the service populating data gets called on addition of any new row event) without using auto-refresh. Also don't want to reload the entire page.
Please provide some logic so that this functionality can be achieved.
Thanks in advance.

