Hi,
I have a disabled button in my ribbon bar and I want to have Hot key ( Access Text ) is not highlighted when the button is disabled. How could I make not associated highlighted hot key when the button associated is disabled?
Please help me in this issue
BR,
Support ESW DVP
Hi All,
I am trying to implement an AutoCompleteBox dynamically in C#, everything loads great but I have ~15,000 records to filter and it takes a few seconds to load. I have read that this can be improved with AsyncFilteringBehaviour but only ever see reference to how this is set in XAML.
I have tried to simply set the following, but am obviously missing something because it doesn't filter at all when I do this:
myAutoCompleteBox.FilteringBehavior = new AsyncFilteringBehavior();
Any help would be appreciated!
Hi!
I have a Grid FilteringMode="FilterRow" and column type is Date , near funnel icon have button to show calendar , how can i customize that calendar with my component .
i search a lot in Documents and forums but could't find anything.
attached my component UI
<
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 GridView
propertyGrid.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.