forum

Home / DeveloperSection / Forums / webgrid sorting not working

webgrid sorting not working

Manish Kumar 1362 08-Nov-2017

webgrid sorting not working

I'm using webgrid to show data from my data base. i want to show date wise record.

here is my code

@{

    var grid = new WebGrid(Model, canSort: true, canPage: true, rowsPerPage: 50, sortFieldName: "Active", default:"PostedDate" ajaxUpdateContainerId: "updategrid");
}

Updated on 10-Nov-2017

Can you answer this question?


Answer

1 Answers

Liked By