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

Add it to a form and it breaks...

1 Answer 34 Views
TimeBar
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 1
Patrick asked on 13 Jan 2012, 02:30 PM
As simple as:

I add a plain vanilla RadTimeBar to a silverlight window, run the application and get an exception error on InitializeComponent()...
"The property 'ZoomLevelButtonTemplate' was not found in type 'Telerik.Windows.Controls.Map.MapZoomBar'."

What am I missing?

1 Answer, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 18 Jan 2012, 02:57 PM
Hi Stephen,

From the information about the exception, I understand that you are using a RadMap control as well. I tried to reproduce the problem by adding a map and a timebar control and running the application, but to no avail. Here is the code with which I tested:

<telerik:RadMap></telerik:RadMap>
 
<telerik:RadTimeBar PeriodStart="1-Oct-2010" PeriodEnd="1-Oct-2012">
    <telerik:RadTimeBar.Intervals>
        <telerik:MonthInterval />
    </telerik:RadTimeBar.Intervals>
</telerik:RadTimeBar>

Could you please open a formal support ticket and send me a simple running project, demonstrating the problem?

All the best,
Tsvetie
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
TimeBar
Asked by
Patrick
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Share this question
or