Hi everyone,
I have an issue when navigate through the differente pages of a radgrid.
My form has a Radmultipage control with two radpageviews.
The Radgrid is on radpageview 2.
When I use all others controls from radpageview 2 everything is correct, the call has a isPostback status equals to true.
But if i change the page using radgrid pager, the call enters the loadpage event with a isPostback status equals to false.
The radpageview 2 renders correctly (the rad grid is showing the correct page with the correct data) but the radpageview 1 has all its controls resetting losing all the informations.
Is it normal that this call has a ispostback status equals to false?
thank you and have good day.
I have an issue when navigate through the differente pages of a radgrid.
My form has a Radmultipage control with two radpageviews.
The Radgrid is on radpageview 2.
When I use all others controls from radpageview 2 everything is correct, the call has a isPostback status equals to true.
But if i change the page using radgrid pager, the call enters the loadpage event with a isPostback status equals to false.
The radpageview 2 renders correctly (the rad grid is showing the correct page with the correct data) but the radpageview 1 has all its controls resetting losing all the informations.
Is it normal that this call has a ispostback status equals to false?
thank you and have good day.