| c# Programming Glossary: rowsperpageFilter is getting lost in WebGrid + Paging + Sorting + Filtering in .NET 4.0 http://stackoverflow.com/questions/10051794/filter-is-getting-lost-in-webgrid-paging-sorting-filtering-in-net-4-0  the form. public ActionResult MyPage int page int rowsPerPage  string sort string sortdir  string orderNumber string person.. myGrid new id filter div class right select id rowsPerPage name rowsPerPage  option 15 option option 25 option option 50.. new id filter div class right select id rowsPerPage name rowsPerPage  option 15 option option 25 option option 50 option option 75.. 
 How do I do Print Preview when using a DocumentPaginator to print? http://stackoverflow.com/questions/584551/how-do-i-do-print-preview-when-using-a-documentpaginator-to-print  private int rows private Size pageSize private int rowsPerPage public RowPaginator int rows  this.rows rows public override.. DocumentPage GetPage int pageNumber  int currentRow rowsPerPage pageNumber int rowsToPrint Math.Min rowsPerPage rows rowsPerPage.. currentRow rowsPerPage pageNumber int rowsToPrint Math.Min rowsPerPage rows rowsPerPage pageNumber 1 var page new PageElementRenderer.. 
 ASP.NET MVC3 RAZOR: Redirecting from Partial Views http://stackoverflow.com/questions/9413467/asp-net-mvc3-razor-redirecting-from-partial-views  @ var grid new WebGrid Model canPage true canSort false rowsPerPage 3 @grid.GetHtml columns grid.Columns grid.Column format @ text.. 
 Sorting not working with Json Result giving encoded output http://stackoverflow.com/questions/9644581/sorting-not-working-with-json-result-giving-encoded-output  id .ToList  var grid new WebGrid result rowsPerPage 5 canSort true var htmlString grid.GetHtml   columns grid.Columns.. 
 |