I have a grid that is built using the Fluent GridBuilder. However, the columns that have a client templates, specifically FormatId, PrintSourceId, InvoiceStatus and DistributorId don't actually cause an update to fire. All other cells seem to be working correctly, but these cells are not. I can't see any difference other than the templates.
I've watched my network tab in Chrome Dev tools and see that all others fire an AJAX request, the ones I've listed do not. I get no errors in the console either, so I'm not really sure what could be causing this.
I've attached the View with the GridBuilder.If there is anything else that would be helpful, please let me know. Any help is appreciated.