Posts by thalia oliveira • 39 points
1 post
-
3
votes0
answers26
viewsQ: How to check all Checkboxs on my Grid? Not just the first pagination
var grid = new WebGrid( canPage: true, rowsPerPage: 10, selectionFieldName: "selectedRow", ajaxUpdateContainerId: "gridViewCV", ajaxUpdateCallback: "ajaxWebGrid"); var columns = new…