I am trying to create a Kendo grid with a list of student details. On click of the add button, the pager shows \"Nan-Nan of 1 items\".
@(Html.Kendo().Grid<
Add pageSize:5 inside of dataSource:{ } as,
dataSource: { pageSize: 5 }
if you put pageSize: 5 outside of dataSource:{ } you will get that error "Nan-Nan"