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

QuickStart.ExampleHeader

6 Answers 388 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
Richard Harrigan
Top achievements
Rank 1
Richard Harrigan asked on 29 Apr 2011, 08:07 PM
Hi,

I copied the xaml from first look demo.  When I execute the header does not show.  The only thing I changed was

x:Class="Cloudburst.Dialogs.GridHeaderProperties". What am I doing wrong?

Thanks
Rich 

 


<

 

 

UserControl xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

 

 

 

xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

 

 

 

xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"

 

 

 

x:Class="Cloudburst.Dialogs.GridHeaderProperties"

 

 

 

xmlns:telerikQuickStart="clr-namespace:Telerik.Windows.Controls.QuickStart;assembly=Telerik.Windows.Controls"

 

 

 

HorizontalAlignment="Center"

 

 

 

VerticalAlignment="Center">

 

 

 

 

<telerikQuickStart:QuickStart.ExampleHeader>

 

 

 

 

<Grid>

 

 

 

 

<TextBlock Text="My Contacts"

 

 

 

Margin="8" />

 

 

 

 

</Grid>

 

 

 

 

</telerikQuickStart:QuickStart.ExampleHeader>

I did not show the remaining xml.

 

6 Answers, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 05 May 2011, 10:54 AM
Hi Richard Harrigan,

Please accept our apology for the delayed response.

The QuickStart.ExampleHeader is basically a HeaderedContentControl which is especially designed for the  online demos. Therefore it won't work outside the QSF demo solution. However, I attached a sample project where a HeaderedContentControl is used and it is styled to look like the demo's QuickStart.ExampleHeader you need to implement.

Please have a look at the sample and let us know if it works for you or if we can further assist you.

Kind regards,
Tina Stancheva
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
Carlos
Top achievements
Rank 2
answered on 12 Jul 2011, 03:56 PM
Nice! It was what I was looking for... but.... I needed to associate it with the current defined theme.. any ideas how should accomplish that?

Thanks in advance :)
0
Tina Stancheva
Telerik team
answered on 15 Jul 2011, 09:24 AM
Hello Carlos,

The QuickStart.ExampleHeader has no predefined styles in the Telerik themes. This is why you will need to define your own styles and manually change them when changing the theme.

All the best,
Tina Stancheva
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
Carlos
Top achievements
Rank 2
answered on 18 Jul 2011, 03:02 PM
Thanks for the answer.

I think it would could be nice if you turned that header into a themed component :) I would be a simple but very nice feature!
0
Carlos
Top achievements
Rank 2
answered on 26 Jul 2011, 03:02 PM
Ok ok, I was trying to see if I would get something free out of here... :P

But how can I accomplish to do some Theme based headers?
0
Kiril Stanoev
Telerik team
answered on 29 Jul 2011, 02:36 PM
Hello Carlos,

Please take a look at the attached project which is an updated version of the previous application and let me know if this is what you had in mind.

Greetings,
Kiril Stanoev
the Telerik team

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

Tags
TabControl
Asked by
Richard Harrigan
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Carlos
Top achievements
Rank 2
Kiril Stanoev
Telerik team
Share this question
or