Browse By Tags

  • What is the Best Way to Handle Filtering and Sorting Without ViewState

    I want to disable ViewState because it greatly reduces page size as we have a lot of data being returned.  However, that prevents my the server side event handlers for OnRowFilterApplied and OnSortColumn from firing.  I handle paging, filtering, sorting…