This is a migrated thread and some comments may be shown as answers.

Issues with enabling / disabling the PageView Control

3 Answers 95 Views
PageView
This is a migrated thread and some comments may be shown as answers.
Xavier Hutchinson
Top achievements
Rank 2
Xavier Hutchinson asked on 28 Jul 2010, 10:09 PM
Hi Everyone,

First off... I am absolutely in love with this control, kinda bulky to use in design time but fantastic performance at runtime, so big thanks!

I have noticed an issue however that affects the PageView or rather the PageViewPage when the PageView is nested inside another PageViewPage.

When you disable then re-enable the PageView control the child PageViewPages do not re-enable again, you have to manually specify each page as enabled again.

This also happens if you add the PageView control as a chlild of a panel and disable/enable that panel.

I am using the latest version of the Telerik Components WinForms pack with the PageView control in 'Outlook' configuration.

Cheers!

Xavier.

3 Answers, 1 is accepted

Sort by
0
Darius
Top achievements
Rank 1
answered on 29 Jul 2010, 10:57 PM
I am having the same issue. Any help is appreciated.
0
Stefan
Telerik team
answered on 02 Aug 2010, 05:01 PM
Hi guys,

Thank you for writing.

I would like to inform you that this is a known issue in Q2 2010, which we have already addressed and the fix will be included in our upcoming Q2 2010 SP1. Meanwhile, you can use the following approach in order to re-enable the page view elements:
foreach (RadPageViewItem item in this.radPageView1.ViewElement.Items)
     {
         item.Enabled = true;
     }

I hope you find this information helpful. If you have any other questions, we will be glad to help.
 
Greetings,
Stefan
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Stefan
Telerik team
answered on 12 Aug 2010, 10:39 AM
Hi Darius,

I am writing to inform you that the issue you have submitted in this ticket has been solved in Q2 2010 Service Pack 1 (http://www.telerik.com/products/whats-new-winforms.aspx). Feel free to take a look at our Release Notes (http://www.telerik.com/products/winforms/whats-new/release-history/q2-2010-sp1-version-2010-2-10-806.aspx) which will guide you through all improvements and changes that were made in this release.

You can download the new version from Downloads section in your account(http://www.telerik.com/account/downloads.aspx).

As always, we will appreciate your feedback on the new release, since this is very important part of our company policies.
 
All the best,
Stefan
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
PageView
Asked by
Xavier Hutchinson
Top achievements
Rank 2
Answers by
Darius
Top achievements
Rank 1
Stefan
Telerik team
Share this question
or