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

How to using custom footer temple while binding field?It say Id undefined,but id is my table property

0 Answers 27 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ABC
Top achievements
Rank 1
ABC asked on 19 Apr 2013, 12:41 PM
How to using custom footer temple while binding field?It say studentId undefined,but studentIdis my table property
My codes like this:

columns.Bound(p => p.studentId);
columns.Bound(p => p.Point)
ClientGroupFooterTemplate("<div>average: #=kendo.toString(getPointby(studentId),'n0')#</div><div>max: #= max #</div><div>min: #= min #</div>");

No answers yet. Maybe you can help?

Tags
Grid
Asked by
ABC
Top achievements
Rank 1
Share this question
or