I used code in Kendo to sort by date:
.Sort(sort => sort.Add("CreationDateUtc").Ascending())
And this grid is not even rendering, I got an error:
'Object reference not set to an instance of an object.'
Next I tried to use Sortable(), it's rendering but when I click on column name I got the same problem. Does someone know what's happening?