Telerik Forums
UI for WPF Forum
4 answers
189 views
Does the Grid support RadioButtons?
Pavel Pavlov
Telerik team
 answered on 30 Jul 2009
1 answer
174 views

When I scroll combobox (not using up-down arrow, but the bar in combobox Vertical Scrollbar).

The combobox item cannot be selected using mouse click and not closing if I click outside combobox area.

Boyan
Telerik team
 answered on 30 Jul 2009
2 answers
101 views
I'm trying to bind data using XmlDataProvider to image item in radcarousel but it didn't work . i think that am doing something wrong or i miss something . what should i use to read xml file .
 

 

 

 

<Grid.DataContext>   
    <XmlDataProvider x:Name="objectDataProvider" Source="People.xml" XPath="/People/Person" />    
</Grid.DataContext> 
<telerik:RadCarousel Margin="12,30,12,34" Name="radCarousel1" >    
   <telerik:RadCarousel.ContextMenu>   
        <ContextMenu AllowDrop="True" HasDropShadow="True" IsTabStop="True" />   
   </telerik:RadCarousel.ContextMenu>   
      <Image Source="{Binding XPath=ImageFile}"></Image>   
</telerik:RadCarousel>   
 

 

 

i would appreciate any help, thanks in advance. 

 

 

 

 

 

 

Beesh
Top achievements
Rank 1
 answered on 29 Jul 2009
0 answers
127 views
Hi,

I just made a new blog about how to (easily) use telerik WPF controls in a SketchFlow project.
Maybe it's helpfully for some of you:
http://manni-at.spaces.live.com/blog/cns!82CF2A6C0D0C6F3C!204.entry

Regards

Manfred
ManniAT
Top achievements
Rank 2
 asked on 29 Jul 2009
1 answer
116 views
Hi there.
I'm using a (2009Q2) Combobox.
When utilizing the "isEditable"-autocompletion i am experiancing a small Problem: After typing someting the Backspace key isn't working anymore. Delete however is working fine.
Someone else experiancing this ?

Nils
Boyan
Telerik team
 answered on 29 Jul 2009
2 answers
108 views
Environment: 
WPF - XBAP style deployment
Version 2009.2.701.35

I'm trying to use the RadWindow to create a dynamic modal dialog from the code behind.

I'm creating the RadWinow as such:

 

var window = new RadWindow

 

{

WindowStartupLocation =

WindowStartupLocation.CenterOwner,

 

CanClose =

true,

 

CanMove =

true,

 

ResizeMode =

ResizeMode.NoResize,

 

Content =

new UnhandledError(),

 

Height = 300,

Width = 500

};

window.ShowDialog();

The problem is that the UserControl doesn't get displayed at all in the content.

The UserControl is pure XAML as:

 

<

 

UserControl x:Class="PCSWeb.WPFShell.Views.UnhandledError"

 

 

 

 

 

 

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

 

 

 

 

 

 

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

 

 

 

 

 

 

Height="300" Width="300" Name="window" Loaded="window_Loaded" VerticalAlignment="Stretch" HorizontalAlignment="Stretch">

 

 

 

 

 

 

 

<Grid Background="AliceBlue" Height="Auto" Width="Auto">

 

 

 

 

 

 

 

<Grid.RowDefinitions>

 

 

 

 

 

 

 

<RowDefinition />

 

 

 

 

 

 

 

<RowDefinition />

 

 

 

 

 

 

 

</Grid.RowDefinitions>

 

 

 

 

 

 

 

<Grid.ColumnDefinitions>

 

 

 

 

 

 

 

<ColumnDefinition Width="*" />

 

 

 

 

 

 

 

</Grid.ColumnDefinitions>

 

 

 

 

 

 

 

<Border Grid.Row="0" BorderBrush="#feca00" CornerRadius="0,10,20,40"

 

 

 

 

 

 

BorderThickness="2" Height="Auto">

 

 

 

 

 

 

 

<StackPanel>

 

 

 

 

 

 

 

 

<TextBlock Text="Error">adafdfasdf</TextBlock>

 

 

 

 

 

 

 

</StackPanel>

 

 

 

 

 

 

 

</Border>

 

 

 

</Grid>

 

</

 

UserControl>

 

 

 


 

Hristo Borisov
Telerik team
 answered on 29 Jul 2009
2 answers
145 views
I want to set a default selected item
that means, when I select a "father" one of the "children" will be selected
what I do now is this
I have a case which "runs" on the name of the selected item and do what I need...
what I miss is
when I select a father and actually make it select one of the children (my default)
the selected child is not colored in the white color
as it happens when I "really" select the child
Orit
Top achievements
Rank 1
 answered on 29 Jul 2009
1 answer
97 views
Hi

Am I able to make a binding from a NumericScale to a source that will auto update the value?

Rav
Andrey
Telerik team
 answered on 28 Jul 2009
2 answers
180 views
Hi,

I have read in documentation that RadCharts supports binding to a data source with change notification. I assume this means, when a change is made to that data type it will automatically reflect on the graph? I havent been able to succesfully implement this using an ArrayList. Is there a sample application available?

Regards

Rav
Liberte
Top achievements
Rank 1
 answered on 28 Jul 2009
2 answers
94 views
I have many 'float' items which I have set to display to one decimal place using DataFormatString="{}{0:0.0}" but when I use the 'filter', some of these are displayed with more than one decimal place, which is confusing. Is there any way to set the filter items to the same format?
SteveL
Top achievements
Rank 2
 answered on 28 Jul 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?