Hello All,
I have application where we are using RADGRid for dashboard. The requirement is when user filter some values on grid and navigate to another section and user comes back to the page, the radgrid should show the same filtered result and filtered values in the related filterboxes.
so right now i m using session variable to store filter expression, if i have two filter values like first name & last name and if i change the first name and filter again it looses values of last name from filter expression;
even if value is in the filter box of RADGrid, its not assigning back to filter expression property.
Let me know how to resolve this one.
More:
I m using client side binding for the grid.
I have application where we are using RADGRid for dashboard. The requirement is when user filter some values on grid and navigate to another section and user comes back to the page, the radgrid should show the same filtered result and filtered values in the related filterboxes.
so right now i m using session variable to store filter expression, if i have two filter values like first name & last name and if i change the first name and filter again it looses values of last name from filter expression;
even if value is in the filter box of RADGrid, its not assigning back to filter expression property.
Let me know how to resolve this one.
More:
I m using client side binding for the grid.