Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
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?
Seems I forgot to add ServerOperation=false in my grid definition - it works now.
.DataSource(dataSource => dataSource
.Ajax()
.ServerOperation(false)