Telerik Forums
UI for WPF Forum
3 answers
637 views
Hi!

In my application, I am using the built-in Summer Theme. It almost fits my requirements, however, I would need a little bit darker blue blue on RadGridViews and in general, everywhere where this blue color is used, I would like to apply a different one (dark blue) instead. (Or red instead of blue)

Is it possible without overriding the colors for each controltype one by one? 

Any help or suggestion is welcome.

Thanks,
                G. M.
Vanya Pavlova
Telerik team
 answered on 26 Jan 2011
2 answers
126 views
When dragging a pane to be docked, I'd like to disable the center compass indicator.
How can I do this?
I'm handling PreviewShowCompass, but I'm not sure how I can use this.  I see TargetGroup in the PreviewShowCompassEventArgs argument, but I don't see how to use this to my advantage yet.

I'm not sure if it matters, but my DocumentHost does not contain any DocumentPanes, but rather a ContentControl whose ContentTemplate is basically a RadTileView.  The tile view is only populated programmatically by me.
I don't necessary need to use a DocumentHost.  I just used it for it's ability to automatically fill the space in the RadDocking.

Thanks for any help!
Buzz
Buzz
Top achievements
Rank 1
 answered on 26 Jan 2011
1 answer
148 views
How to prevent a floating RadPane (ToolWindow) gathering other RadPanes or rather to prevent a floating RadPane to dock to a already floating RadPane (ToolWindow), that means we don't wan't a already floating RadPane (ToolWindow) be able to contain 2 RadPanes.
Konstantina
Telerik team
 answered on 26 Jan 2011
3 answers
431 views
I'm trying to do this:

// Create new pane.
_dockPane = new RadPane { Content = viewModel, Title = title };
_dockPane.IsFloating = true;

However, IsFloating is a read-only property.
So how do I create a pane that is floating on creation and how would I programmatically set the size of the floating window?
 
Does the user have to physically float the window themselves?
Konstantina
Telerik team
 answered on 26 Jan 2011
1 answer
237 views
Hello all!

Whats it's the right method to get All RadPane in RadDocking?.

This is not correct:
foreach (RadSplitContainer iRadSplitContainer in p_RadDocking.Items)
{
    if (iRadSplitContainer.Tag.ToString() == p_SplitContainerName)
    {
        foreach (RadPaneGroup iRadPaneGroup in iRadSplitContainer.Items)
        {
            foreach (RadPane iRadPane in iRadPaneGroup.Items)
            {
                //Do something
            
        }
    }
}

thanks in advance :)
Fernando
Top achievements
Rank 1
 answered on 26 Jan 2011
3 answers
150 views
hi
I want to filter row default is "Contains"
So should I do?
Maya
Telerik team
 answered on 26 Jan 2011
1 answer
168 views
I want to do the localization of WPF controls into the Bosnian language. Is there a list of grouped or resosurs files of all components of the English language, such as a GridView control in the examples.
Example:
                  ResourceGridView.resx
                  ResourceComboBox.resx

which would be the key names and default values (English) as the example for the GridView control:
                  GridViewAlwaysVisibleNewRow - Click here to add new item

Thanks in advance, Ermin!
Maya
Telerik team
 answered on 26 Jan 2011
1 answer
97 views
Is there a built-in-function to rename the Header of a RadPane? What do we have to take account for?
Dani
Telerik team
 answered on 26 Jan 2011
2 answers
439 views
I made the following style

<

 

Style TargetType="{x:Type telerik:GridViewRow}">

 

 

 

<Style.Triggers>

 

 

 

<DataTrigger Binding="{Binding Marked}" Value="True">

 

 

 

<Setter Property="Background" Value="Yellow" />

 

 

 

</DataTrigger>

 

 

 

</Style.Triggers>

 

 

 

</Style>

 



This all works fine but it does not change the background color of the row Indicator how do i make this possible?

Also in my Expression Blend 3 the Edit a Copy for the rowstyle is not avalable so I have nothing to style as a base
Kevin Hendriks
Top achievements
Rank 1
 answered on 26 Jan 2011
5 answers
218 views
I have a couple of layers on my map. One layers contains routes and the other contains random POI's. How can I get the map to choose the best possible center and zoom level based on all the POI's?

Thanks,
Rod
Andrey
Telerik team
 answered on 26 Jan 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?