Telerik Forums
UI for WPF Forum
4 answers
120 views
after applying the theme to checkbox editor i am unable to remove the bordercolor.
can u please help me to remove bordercolor of checkbox editor
Bobi
Telerik team
 answered on 05 Mar 2010
4 answers
85 views
I have 'RadControls for WPF Q3 2009 SP2'. I am trying to understand how the Demo Application is designed. I am essentially interested in the windows transitions and how they are achieved. If you can explain me how the following was implemented:

1. Menu on the left
2. Transition of the content on the right, by interacting with the menu
3. How does Themes, View Code, other buttons that transform the view, work.
4. Finally how the main window designed

I have spent a lot of time to understand the Demo application, but can't understand it completely. I am trying to create something very similar to the Demo application, any help in this area would be appreciated a lot. If you can point me to relevant sections of the Demo application, it would also work.


Valeri Hristov
Telerik team
 answered on 05 Mar 2010
4 answers
185 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
187 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
78 views
Will there be an event similar to "GridViewRowDoubleClick" in the Q1-2010 Release?
Tsvyatko
Telerik team
 answered on 05 Mar 2010
1 answer
105 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
282 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
82 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
107 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
162 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
Narrow your results
Selected tags
Tags
GridView
General Discussions
Chart
RichTextBox
Docking
ScheduleView
ChartView
TreeView
Diagram
Map
ComboBox
TreeListView
Window
RibbonView and RibbonWindow
PropertyGrid
DragAndDrop
TabControl
TileView
Carousel
DataForm
PDFViewer
MaskedInput (Numeric, DateTime, Text, Currency)
AutoCompleteBox
DatePicker
Buttons
ListBox
GanttView
PivotGrid
Spreadsheet
Gauges
NumericUpDown
PanelBar
DateTimePicker
DataFilter
Menu
ContextMenu
TimeLine
Calendar
Installer and Visual Studio Extensions
ImageEditor
BusyIndicator
Expander
Slider
TileList
PersistenceFramework
DataPager
Styling
TimeBar
OutlookBar
TransitionControl
Book
FileDialogs
ToolBar
ColorPicker
TimePicker
SyntaxEditor
MultiColumnComboBox
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
WatermarkTextBox
DesktopAlert
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
ProgressBar
Sparkline
LayoutControl
TabbedWindow
ToolTip
CloudUpload
ColorEditor
TreeMap and PivotMap
EntityFrameworkCoreDataSource (.Net Core)
HeatMap
Chat (Conversational UI)
VirtualizingWrapPanel
Calculator
NotifyIcon
TaskBoard
TimeSpanPicker
BulletGraph
Licensing
WebCam
CardView
DataBar
FilePathPicker
PasswordBox
Rating
SplashScreen
Accessibility
Callout
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?