Telerik Forums
UI for WPF Forum
2 answers
108 views
I'm using AsyncKmlReader to read in some .kml files created in Google Earth. Do you support import of "Image Overlays"? The machine does not have internet access so all the image files are local file references. However none of the images seem to display.
Petar Mladenov
Telerik team
 answered on 08 May 2015
3 answers
65 views

We have a RadRibbonDropDownButton declared inside a user control. What we like to achieve is to open the DropDown-Content by using F2 on the keyboard. Best would be without code behind (MVVM/PRISM). Unfortunately the "<UserControl.InputBindings>" are not working as expected. Is there another way to define a shortcut key on RadRibbonDropDownButton? n. b. this button is not inside a RibbonView, but used "as is" in a DockPanel.

Regards
Neils

Kiril Vandov
Telerik team
 answered on 08 May 2015
3 answers
100 views
Hi, i´m newby developer in wpf with telerik controls

It´s posible radpanegroup style in documenthost as image attached??

Can you open the tabs in the center instead of on the left ?

Thanks for all
Kalin
Telerik team
 answered on 08 May 2015
0 answers
172 views

Hello,
I have a RadDocking control in my application. I have a generic style
for toolwindow to override default template. Now I want to change colors
dynamically but it's seems not working. If the radpane is docked is working
well, but if the pane is floating don't work.
I attached an example of this.
In this example I have an empty docking and three buttons, on to create new
floating pane and the other ones to change the color.
If I change color first
of all it's works, but it fails in other cases.

Link to test project:

https://github.com/gabrielmoral/TelerikErrorStylePanes

Steps for test:


Create new pane and dock it.
2º Create new pane.
3º Change color -->
Pane 1 correct color, pane 2 wrong color.
4º Pin Pane 2 --> correct
color.
5º Unpin pane 2 ---> wrong color
6º Create new pane --> wrong
color

Another test:

1º Change color.
2º Create new pane ->
correct color.
3º Pin and unpin panel --> correct color.

I hope you
can help me to solve this problem.
Thanks in
advance.

Regards,
Javi

Javier
Top achievements
Rank 1
 asked on 08 May 2015
2 answers
109 views

Hi,

I have a custom WPF control that contains the RadMap in its control template. The provider is Bing and the mode is set to "Road" mode. When switching the map to Aerial mode, the application crashes and I see the following error:

InvalidOperationException was unhandled: Cannot set a property on object 'Telerik.Windows.Controls.Map.BingMapProvider' because it is in a read-only state.

 This does not happen with the ArcGIS or OSM provider. I would really like to use the Bing provider though... any idea what might be causing this?

Hafsa
Top achievements
Rank 1
 answered on 08 May 2015
1 answer
121 views

Hi,

 

I just updated radControls to version 2015.1.225.40 and noticed strange behaviour on GridViewMaskedInputColumn.

GridViewMaskedInputColumn is defined in code-behind:

GridViewMaskedInputColumn column = new GridViewMaskedInputColumn();
column.DataMemberBinding = new Binding(bindKey);
column.Header = headerText;
column.UniqueName = uniqueName;
column.MaskType = MaskType.Standard;
column.Mask = "N##°##'##.#'' E##°##'##.#''";

 

So when I adding new value, mask is shown correctly before I start to entering a value and after it (see pict1.png and pict2.png)

but when i click the cell again (and cell goes to edit mode), last character disappears? (see pict3.png)

and always, when I click the cell it removes the last char? 

 

Any ideas?

 

Regards,

Auvo

 

 

 

 

Maya
Telerik team
 answered on 07 May 2015
1 answer
74 views
Hi, I am using RadGridView to show the grid data. In CellValidating event handler I am validating the data and setting e.IsValid=false if data is not valid. It's displaying the red border and an empty tool tip on the corresponding cell. But I just need to display the red border if there is any invalid data. Can you tell me how can I do this, also provide any sample if there is any?
Stefan
Telerik team
 answered on 07 May 2015
1 answer
394 views
Hi, I am using RadGridView to show the grid data. In CellValidating event handler I am validating the data and setting e.IsValid=false if data is not valid. It's displaying the red border and an empty tool tip on the corresponding cell. But I just need to display the red border if there is any invalid data. Can you tell me how can I do this, also provide any sample if there is any?
Stefan
Telerik team
 answered on 07 May 2015
1 answer
318 views

Hi all,

I have a problem with KeyUp event on a RadMenuItem. When I tab to change the focus of an element from textblock to RadMenuItem, it changes as usual but when I pressed the Enter button the focus would be changed automatically from RadMenuItem to the previous textblock but other buttons work properly. What I want is firing a pressing Enter button event to do some activities.

<telerik:RadMenuItem Header="{Binding DisplayHeader}" ItemsSource="{Binding Buttons}" ItemContainerStyleSelector="{StaticResource PageActionCustomButtonItemTemplate}" KeyboardNavigation.IsTabStop="False">
            <i:Interaction.Triggers>
                <i:EventTrigger EventName="KeyUp">
                    <cal:ActionMessage MethodName="PressingEnter">
                        <cal:Parameter Value="$eventArgs"/>
                    </cal:ActionMessage>
                </i:EventTrigger>
            </i:Interaction.Triggers>
        </telerik:RadMenuItem>

 Thanks,
Tan

Nasko
Telerik team
 answered on 07 May 2015
8 answers
173 views
Hi Guys,
              I am having a problem with maximising the radwindow. The problem arises only when I have two displays connected. The two displays have different resolutions and sizes. Please refer to screenshot1. The display on the right is my primary display(1280x800) and the screen on the left, secondary. (1920x1080)

The radwindow is open in the secondary display as you can see in screenshot 1.

Now, maximize the dialog. The radwindow overflows to the second display. Please refer screenshot2.

This problem doesnt arise when I have two displays of the same size and resolution.

How can I resolve this issue. :)

Thanks a lot.

Best regards,
prithu
Eugene
Top achievements
Rank 1
 answered on 07 May 2015
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?