Telerik Forums
UI for WPF Forum
4 answers
177 views
Hi

I have a WPF Browser App with a few components, including a WebBrowser.
When clicking a button, i open a prompt window - and it is hidden behind the WebBrowser window.
I have tried "Send to back" and forward on the WebBrowser - nothing solves my problem.
The WebBrowser is directed using its Navigate-method.
The prompt is opened using the RadWindow.Prompt method.

See attached screen shots.

Any clues?

Regards
Jonas
Rappen
Top achievements
Rank 1
 answered on 05 Mar 2010
2 answers
178 views
Hi,

some of my windows/usercontrols can not be loaded by the XAML-designer (VS 2008) anymore.
The following error shows up:

Could not load type 'Microsoft.Windows.Design.Metadata.ProvideMetadataAttribute' from assembly 'Microsoft.Windows.Design.Extensibility, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.

When editing the XAML-code and deleting and adding empty lines sometimes(random?) the designer shows up again (for a short period of time).

Best Regards
Steffen
Steffen
Top achievements
Rank 1
Veteran
 answered on 05 Mar 2010
1 answer
75 views
Will there be an event similar to "GridViewRowDoubleClick" in the Q1-2010 Release?
Tsvyatko
Telerik team
 answered on 05 Mar 2010
1 answer
101 views

Do you have any plans to support a ButtonEdit control similar to this:
http://devexpress.com/Products/NET/Controls/WPF/Editors/button-editor.xml

It's just nice to be able to have the standard ellipsis button inside the editor, and of course to be able to add buttons etc...

I'm guessing that we could create our own by adding your button into the content of another element. I was just wondering if you will support this, as it's pretty much a standard control on many UI's. It typically opens up some sort of "picker" or other dialog control that would fill in the text field obviously.

Thanks,

Brandon
Valentin.Stoychev
Telerik team
 answered on 05 Mar 2010
4 answers
263 views
I am using the TreeView in ComboBox from Valeri
http://blogs.telerik.com/valerihristov/posts/09-08-27/treeview_in_combobox_take_3_silverlight_3_wpf_and_radcontrols.aspx

How can I set the selected item programmatically?

I tried
myTreeViewCombo.SelectedTreeViewItem = someItem
and
myTreeViewCombo.SelectedValue = someItem

The item seems to get selected, but the selection does not display in the ComboBox.
Peter Meinl
Top achievements
Rank 1
 answered on 04 Mar 2010
1 answer
77 views
I seem to be experiencing some performance issues mousing around the screen that i did not have with the 2009.3.1314 build. I'm using an OutlookBar, PanelBar and the DockingControl and mousing over and in and out of them seems to make my cursor jump and not smooth like it was before. I'm having no issues using the controls themselves, it just seems to be navigating around the screen that seems to be jumpy.

Miroslav Nedyalkov
Telerik team
 answered on 04 Mar 2010
5 answers
105 views

When binding the GridView to a LINQ result specifying entity names ("c" in the example below) without attributes the GridView displays their type name only and does not autogenerate colummns for their attributes:

Dim q = From c In qc Join s In qs On c.CustomerID Equals s.CustomerID  
 Select New With {c, s.Size}  
DataGrid1.ItemsSource = q.ToList  
 
does not autocreate the grid columns for "c", it displays the type name.  
 

The grid displays:
WpsApp1.NorthwindService.Customers | small
WpsApp1.NorthwindService.Customers | big

How can I make the GridView autogenerate columns for entities in "Select New {}"?

Milan
Telerik team
 answered on 04 Mar 2010
2 answers
153 views
I want to display an image next to the header. To achieve this I've tried to add a StackPanel to the RadPane.Header:

 

 

 

 
                  <t_dock:RadPane> 
                     <t_dock:RadPane.Header> 
                        <StackPanel Orientation="Horizontal">  
                           <Image Width="16" Source="Images/sample.png" /> 
                           <Label>Sample</Label> 
                        </StackPanel> 
                     </t_dock:RadPane.Header> 
 


This works well. However, the pane now displays "System.Windows.Controls.StackPanel" in the top area. How can I change this to display the label "Sample" instead?

 

Konstantina
Telerik team
 answered on 04 Mar 2010
3 answers
203 views
Hi,
Currently we are using  RadTreeListView . Can anyone give me its style  
Thanks in advance

 

Miroslav
Telerik team
 answered on 04 Mar 2010
3 answers
214 views
we are using telerik sp2 version but we have not get any dlls related to telerik for theming such as telerik.windows.themes.officeblack.
what we can do.please help me in this issue.
Pana
Telerik team
 answered on 04 Mar 2010
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?