When attempting to implement a Footer Template on a Grid Column, I am getting the following runtime errors: "Unhandled exception rendering component: Value cannot be null" and "Unhandled exception rendering component: Object reference not set to an instance of an object". I have tried something as simple as
<FooterTemplate>
Test
</FooterTemplate>
And I still get that error, otherwise I get no errors on rendering the page without the FooterTemplate tags within the Grid Column.