Completed
Last Updated: 15 Aug 2016 09:44 by ADMIN
ADMIN
Dimitar
Created on: 01 Feb 2016 13:59
Category: PageView
Type: Bug Report
0
FIX. RadPageView - the tabs layout is not refreshed correctly when the page view is in a form which is shown with the ShowDialog method.
To reproduce:
- Add a RadPageView with several pages to a form.
- View the tabs by setting the SelectedTab property.
- Create a form instance and show it with the ShowDialog method.
- Select the second tab.
- Reopen the form and select a tab after the second. You will notice that the content is not changed.
 
Workaround:
Create a new instance each time when the form is shown.

0 comments