Posted 17 Jan 2017 Link to this post
My ClientFooterTemplate / Aggregate data is not updating when I press the Edit / Update buttons. The row is successfully updated though.
How do I trigger this update OR what setting do I enable to get this automatically?
Posted 18 Jan 2017 Link to this post
Seems I forgot to add ServerOperation=false in my grid definition - it works now.
.DataSource(dataSource => dataSource
.Ajax()
.ServerOperation(false)