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

GanttView not show at designer

1 Answer 99 Views
GanttView
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 28 Oct 2012, 02:50 PM
Hi,

I am using Q3 Version.
When i create GanttView as userControl and paste all OfficeBlue Theme to the resource of the userControl , i cant see the designer cause i get an exception like : " is not a valid value for the 'Telerik.Windows.Controls.Scheduling.ZIndexManager.ZIndex' property on a setter.
I dont understand what is the problem about the " in the telerik:ZIndexManager Tag.

Thanks

1 Answer, 1 is accepted

Sort by
0
Accepted
Masha
Telerik team
answered on 01 Nov 2012, 09:08 AM
Hello David,

This seems a VS2010 problem, as the issue does not exist in the designer of VS 2012.
The z-order of the items in the panels is controlled by the Panel.ZIndex property. In Silverlight though, only Canvas has the ZIndex property. That is the reason we are creating telerik:ZIndexManager.ZIndex that is the same for WPF and Silverlight. As you are using WPF, you can work-around the problem, replacing telerik:ZIndexManager.ZIndex Property in your theme, with Panel.Zindex.

We apologize for any inconvenience caused.

All the best,
Maria
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
GanttView
Asked by
David
Top achievements
Rank 1
Answers by
Masha
Telerik team
Share this question
or