Sample code
Html.Grid<T>() .Columns(s=>{ s.Template(@<text>test</text>); }) .Sortable() .AjaxGet(url)
Problem because if you use Sortable you can't add column's without sortable.
Hi @vgelmut !
I not see make sense use Sortable for Grid because still need marking each column as Sortable too (set type for sort).
My suggest remove Sortable from Grid (Sortable for columns should be remain)