Telerik Forums
UI for WPF Forum
1 answer
162 views
Is there a way to limit the input length? Not just the max value, but not letting the user to enter, for example, more than 5 digits + 2 decimals

Thanks, Jose
Konstantina
Telerik team
 answered on 25 Nov 2010
1 answer
244 views
Hi,
 I am trying to override the default selected style for radgridview but it still show me up with the dark orange style selection of the radgridview.

<Window x:Class="HightLighted.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Title="MainWindow" Height="350" Width="525" xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation">
    <Grid>
        <telerik:RadGridView ItemsSource="{Binding}" Background="Red" Foreground="White" AutoGenerateColumns="False" HorizontalAlignment="Left" Margin="24,36,0,0" Name="radGridView1" VerticalAlignment="Top">
            <telerik:RadGridView.RowStyle>
                <Style TargetType="{x:Type telerik:GridViewRow}">
                    <Setter Property="Background" Value="Red"/>
                    <Setter Property="Foreground" Value="White"/>
                    <Style.Triggers>
                        <Trigger Property="IsSelected" Value="True">
                            <Setter Property="Background" Value="DarkOrange"/>
                            <Setter Property="Foreground" Value="black"/>
                        </Trigger>
                        <Trigger Property="IsMouseOver" Value="True">
                            <Setter Property="Background" Value="LightYellow"/>
                            <Setter Property="Foreground" Value="black"/>
                        </Trigger>
                    </Style.Triggers>
                </Style>
            </telerik:RadGridView.RowStyle>
            <telerik:RadGridView.Columns>
                <telerik:GridViewDataColumn Header="EmployeeID" DataMemberBinding="{Binding EmployeeID}"/>
            </telerik:RadGridView.Columns>
        </telerik:RadGridView>
    </Grid>
</Window>
Vanya Pavlova
Telerik team
 answered on 25 Nov 2010
5 answers
100 views
Hello,

I can't retrieve the default(Edit a copy..) styles of TreeListViewRow in Expression Blend(3,4).
Telerik version: v2.0.50727

Andrei.
Vanya Pavlova
Telerik team
 answered on 25 Nov 2010
5 answers
303 views
Hello!

I would like to style a GridViewCheckBoxColumn triggered if the CheckBox is readonly or not. The differense between true and false is to small.

<telerik:GridViewCheckBoxColumn Header="Klart"
                   DataMemberBinding="{Binding ChKlar, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
                   IsReadOnlyBinding="{Binding Uppdaterbar, Mode=OneWay}"
                   EditTriggers="CellClick"
                   AutoSelectOnEdit="True" />

Any Ideas?

Best regards / Anna
Vanya Pavlova
Telerik team
 answered on 25 Nov 2010
1 answer
97 views
Hi,
 Can you let me know how can we change the default style for radgridview in wpf.Like how can i apply custom alternate row color style and selected row style.

Thanks
Vanya Pavlova
Telerik team
 answered on 25 Nov 2010
3 answers
111 views
Hi!

I am new to WPF and I am trying to add a pinnable tooltip to my project.  Unfortunately I don't know how to do this.  If you could provide guidance or point me to some examples that would be great.  I am using visual studio 2010.

Thanks,

Sonia
Ivan Ivanov
Telerik team
 answered on 25 Nov 2010
1 answer
71 views

Hi
I have a problem.just like below, I want to get the value of the TextBox named TitleEx. But I don't known how to,Can you help me? Thanks very much;

<telerik:RadGridView.RowDetailsTemplate>
     <DataTemplate>
         <Grid>
             <TextBox Height="23" HorizontalAlignment="Right" Margin="0,42,382,0" Name="TitleEx" VerticalAlignment="Top" Width="181" Text="{Binding Title}" />
         </Grid>
     </DataTemplate>
</telerik:RadGridView.RowDetailsTemplate>
Rossen Hristov
Telerik team
 answered on 25 Nov 2010
5 answers
165 views
I have a RadComboBox in a popup and when I click the drop down button, it closes the popup. This does not happen with the standard ComboBox. Is there a way to prevent this?
Konstantina
Telerik team
 answered on 25 Nov 2010
2 answers
100 views
I need to create a scatter chart where I have to fade off points over time. For that I need to change the point color of a series dynamically in the code. How could I do that ?
Velin
Telerik team
 answered on 25 Nov 2010
1 answer
171 views
Hi,
      I am using a RadTabControl and the RadTabItems are created using a datatemplate. I am having an RadPanelbaritem as accordion inside the tabcontrol. I am using MVVM model and there is no code behind. when the tab selection changes, the search will be based on the tab id and if i click on the panelbaritem, the search will be done within that panelbaritem. If i click again on the same tab(Selection Changed will not be fired here) the search should be done for that tab id. Since there is no click event for the tab control and the selection changed event will not fire within the same tab, i used MouseLeftButtonUp event to capture the click event. but during clicking of the radpanelbaritem, it even triggers the mouseleftbuttonup event instead of Accordion Selection Changed event. Which event should i capture for refreshing the tab?

Thanks in advance
R.Saranya.
Petar Mladenov
Telerik team
 answered on 25 Nov 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)
DesktopAlert
WatermarkTextBox
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
VirtualKeyboard
HighlightTextBlock
Security
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?