I have kendo grid with detail template and inside the detail template is a button which opens a client template window which loads editable data and has button inside this window called "Update Data in SQL" which when clicked accesses a controller which updates the database which all works fine.
I need help adding code inside the controller to close the client template and refresh the grid after the database has updated.
Any information would be helpful. Thanks in advance