<Style x:Key="RadToolTipStyle" TargetType="telerik:RadToolTip"> <Setter Property="Placement" Value="Top"/> <Setter Property="HorizontalOffset" Value="10"/> <Setter Property="VerticalOffset" Value="10"/> ...</Style> <Style TargetType="telerik:RadToolTip" BasedOn="{StaticResource RadToolTipStyle}"/>
Binding propGridBinding = new Binding("SelectedItem");propGridBinding.ElementName = "myTreeListView"; // assuming this is the name of the GridViewpropertyGrid.Item = propGridBinding;Hi
We have implemented a validation through data annotation on a RadMaskedTextInput using this link: http://docs.telerik.com/devtools/wpf/controls/radmaskedinput/features/validation/regex
We are having an issue when we are implementing it with a custom control.
In the provided solution when RadMaskedTextInput, one is provided through the control and the other one is directly in the MainWindow.
The first RadMaskedTextInput (from the custom control) does not validate the data.
The second RadMaskedTextInput is validating the data when we are directly typing in it.
we suspect that it is related to the fact that we are binding a dependency property
How can we modify the custom control to trigger the validation on the property?
Thank you for your help
Alexandre
Solution
https://drive.google.com/open?id=0B46KQ0X-Kpsddk1CWmcyeXV3bzg

Hi,
How to add tab separators for the Rad Ribbon Tabs in Ribbon view. I want the separators to appear whenever it exceeds the minimum window size
Could you please help me with this
BR,
Shreedhar Bhat
richTextBox1.Document<RichTextBox FontSize="22" MaxWidth ="450" MaxHeight ="600" Name="richTextBox1" Document ="{Binding FLD}" VerticalAlignment="Top" Background="Brown" FontStretch="Condensed" FontFamily="KFGQPC Uthmanic Script HAFS" > <RichTextBox.Resources>
I've got a GridView which has AutoGenerateColumn set to true, and I don't apply any custom styles or templates, so it's pretty basic.
I've noticed that when I want to edit a cell and clicks with the mouse the caret always end up one step to the left.
I've tried different EditTriggers and SelectionUnits, but it doesn't change the behaviour.
Not a major issue, but still a bit annoying.

I am facing point adsorption issues on RadCartesianChart.
When moving the mouse in chart, there is a line adsorption with the related data. But as in customer data, there are many very similiar data in one abscissa, so I want to change the line adsorption to point adsorption when mouse is moved on it, and at the same time, the point style can be changed, for example, change color and enlarge.
Please see the png and suggest me some ideas to rectify this problem. Thanks!

Hi ,
I have enclosed multiple textboxes and drop down controls inside RadExpander control. Some of the controls have Required filed attached.
I have RadExpander collapsed by default. When i expand RadExpander ,Validation errors for these controls are not getting displayed.
But once i expand the RadExpander control and go to a different tab and come back i see the validation errors. I tried to call a command explicitly on expanding the RadExpander control , validations are firing but messages are displayed against the controls.
Let me know if any faced this kind of issue and solution for this.
Regards,
Prasad.
Dear Telerik Admin Team
I would like to style RibbonView with Blend for VS 2013.
I create new window application project and add a RibbonView, but once I tried to edit template, I found that edit copy command was not enabled.
So is there any other way to edit copy template for RibbonView?

Hello,
Upon application launch I want to display all my RadPaneGroup like in the attached figure.
Each group contains only one RadPane.
I want that each RadPane will have Height\Width according to the user control it is holding.
Is it possible ?
Thank you,
Zvika