Completed
Last Updated: 29 Jun 2013 02:08 by ADMIN
ADMIN
Georgi I. Georgiev
Created on: 29 Jun 2013 02:08
Category: UI Framework
Type: Bug Report
2
FIX. Office2007Black - has additional labels in header and footer in RadPageView
Description: 
When using RadPageView in strip view mode with Office2007Black theme the header and footer have a label containing the text of the current page.

To reproduce:
-Add a pageView
-Add a page
-Change the theme to Office2007Black

Workaround:
((RadPageViewStripElement)radPageView1.ViewElement).Footer.Visibility = ElementVisibility.Collapsed;
((RadPageViewStripElement)radPageView1.ViewElement).Header.Visibility = ElementVisibility.Collapsed;
0 comments