Two questions:
1. RADGRID 2006 : How do you maintain the viewstate of the radgrid across postbacks. How do you access the viewstate values of filter and sorted fields. In addition I have added a checkbox item in the grid and how do I retrieve the checkbox checked values across the postbacks from the viewstate. Isn't the viewstate by default holds the values and you can access them across the postbacks? Or is it explicitly you have to store them in a variable and retrieve back. I am looking for programmatically retrieving the fileter, paging and sorted fields in the code. Is there a difference between the RADGRID 2006 and 2009 versions for the purpose.
2. How do you pass on the viewstate information of the radgrid to the telerik reporting (2009). For example I am storing the sorted and filtered fields in session variable and passing it to the report viewer which doesn't seem to work correctly. Of course I need even to pass the parameters. I could get the report but messes up with sorting order. A sample code transferring viewstate information from radgrid to telerik reporting would be helpful.
1. RADGRID 2006 : How do you maintain the viewstate of the radgrid across postbacks. How do you access the viewstate values of filter and sorted fields. In addition I have added a checkbox item in the grid and how do I retrieve the checkbox checked values across the postbacks from the viewstate. Isn't the viewstate by default holds the values and you can access them across the postbacks? Or is it explicitly you have to store them in a variable and retrieve back. I am looking for programmatically retrieving the fileter, paging and sorted fields in the code. Is there a difference between the RADGRID 2006 and 2009 versions for the purpose.
2. How do you pass on the viewstate information of the radgrid to the telerik reporting (2009). For example I am storing the sorted and filtered fields in session variable and passing it to the report viewer which doesn't seem to work correctly. Of course I need even to pass the parameters. I could get the report but messes up with sorting order. A sample code transferring viewstate information from radgrid to telerik reporting would be helpful.