SyntaxFix
Write A Post
Hire A Developer
Questions
It is important to define an id in the model
.DataSource(dataSource => dataSource .Ajax() .PageSize(20) .Model(model => model.Id(p => p.id)) )