I have also updated your Telerik points.
Currently, the possible solution that I can suggest is to refresh the selected page:
private
void
RadForm1_Load(
object
sender, EventArgs e)
{
var selectedPage =
this
.radPageView1.SelectedPage;
this
.radPageView1.SelectedPage =
null
;
this
.radPageView1.SelectedPage = selectedPage;
}
Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik