This question is locked. New answers and comments are not allowed.
Hello All,
I will try my best to explain my issue. I am currently on version 2011.1.315
I have a simple grid with Ajax binding and the grid also has a detail view. The grid loads data for the past 10 days.
On my page I have a button which will allow user to pick a date range to view the data in the grid. This works fine, I am doing a rebind on the grid with the new date range selected by the user.
But when I click on the next page link my grid will default to original dates that where used while loading the page for the first time, the new date range selected by the user is not honored any more.
I am using ViewData to store my dates, I am also passing the AntiForgeryToken on OnBinding event. I am not able to figure out what is causing the dates to default.
Thank you for all your help.
mm
I will try my best to explain my issue. I am currently on version 2011.1.315
I have a simple grid with Ajax binding and the grid also has a detail view. The grid loads data for the past 10 days.
On my page I have a button which will allow user to pick a date range to view the data in the grid. This works fine, I am doing a rebind on the grid with the new date range selected by the user.
But when I click on the next page link my grid will default to original dates that where used while loading the page for the first time, the new date range selected by the user is not honored any more.
I am using ViewData to store my dates, I am also passing the AntiForgeryToken on OnBinding event. I am not able to figure out what is causing the dates to default.
Thank you for all your help.
mm