This question is locked. New answers and comments are not allowed.
Hi,
I am rebinding the grid on the change of drop down but unfortunately paging doesn't work in that case because I am neither able to pass the selected value of dropdown (which is outside of the grid) nor the value of Model on databinding.
I am using Ajax for grid.
Can you please suggest me any way out for this?
Thanks !!!
I am rebinding the grid on the change of drop down but unfortunately paging doesn't work in that case because I am neither able to pass the selected value of dropdown (which is outside of the grid) nor the value of Model on databinding.
I am using Ajax for grid.
.DataBinding(db => db.Ajax().Select("_Index", "Home", new { ID= "<#= ID #> " }).Enabled(true)).Pageable(p => p.Enabled(true).PageSize(20))Can you please suggest me any way out for this?
Thanks !!!