i am using gridview header row dropdownlist for filter auto postback =true . but select dropdown value get the autopostback go to index -1 . not unable to filter and paging gridview details
give some sample code
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bhuvanesh MohankumarPosted May 12, 2016, 10:05 AM
Whenever the post back event happens in a grid, then it will be loading the full grid.
Can you try having the drop down as separate control out of grid and on selected element change event in the drop down list load the grid data accordingly.