Posted 25 Aug 2017 Link to this post
Posted 29 Aug 2017 Link to this post
.DataSource(dataSource=> dataSource
.Ajax()
.PageSize(10)
.Read(read=> read.Action(
"GetRateListFilters"
,
"RateList"
new
{ parameters=ViewBag.parameters}))
.Model(model=> model.Id(x => x.Id))
)