Skip to content

Sortable null reference exception #5

@IncodingSoftware

Description

@IncodingSoftware

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)

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions