This question is locked. New answers and comments are not allowed.
The sample page shows non-razor code for the razor example and I can't get it to work.
How do I define a Footer template with Razor?
I do the following:
Thanks!
How do I define a Footer template with Razor?
I do the following:
columns.Bound(weekRecord => weekRecord.FirstDayOfWeek.Hours)I'm using Ajax databinding and the latest version.
.Title(ViewBag.FirstDayTitle)
.FooterTemplate(() => @<b>Blah</b>); Compiler Error Message: CS1977: Cannot use a lambda expression as an argument to a dynamically dispatched operation without first casting it to a delegate or expression tree type
Thanks!