This is a migrated thread and some comments may be shown as answers.

Footer refresh on edit / update

1 Answer 185 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Bruce
Top achievements
Rank 1
Bruce asked on 17 Jan 2017, 12:57 PM

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?

1 Answer, 1 is accepted

Sort by
0
Bruce
Top achievements
Rank 1
answered on 18 Jan 2017, 07:27 AM

Seems I forgot to add ServerOperation=false in my grid definition - it works now.

 

.DataSource(dataSource => dataSource
    .Ajax()
    .ServerOperation(false)
Tags
Grid
Asked by
Bruce
Top achievements
Rank 1
Answers by
Bruce
Top achievements
Rank 1
Share this question
or