We are facing problem of View state error in the grid with dropdown column type (Please refer the attached image).
Strangely this is happening only to those grids have dropdown columns other this is working perfectly alright.
Actions permitted in our grid:-
1. It is mutli row edit grid.
2. First colum is an check box type(Which indicates that the row in edit mode or not) and some of the other columns are combo box
3. While checking the check box the row should go to editable mode
4. While unchecking check box the row status should change to non edit mode
5. While Unchecking the check box in last editable row,Row should not change the status in to a nondeitable mode
While performing the 5th action we are face ViewState error.
Looking forwarded to solution for the this.
Strangely this is happening only to those grids have dropdown columns other this is working perfectly alright.
Actions permitted in our grid:-
1. It is mutli row edit grid.
2. First colum is an check box type(Which indicates that the row in edit mode or not) and some of the other columns are combo box
3. While checking the check box the row should go to editable mode
4. While unchecking check box the row status should change to non edit mode
5. While Unchecking the check box in last editable row,Row should not change the status in to a nondeitable mode
While performing the 5th action we are face ViewState error.
Looking forwarded to solution for the this.