This is a weird bug, but our QA team noticed that quickly typing A LOT of letters (with numbers in between them) into a NumericUpDown box, freezes the UI (and it never goes back). The NumericUpDown is directly bound to VM and we are not using any converters or code behind. We are using noXaml dlls.
XAML
<telerik:RadNumericUpDown HorizontalAlignment="Stretch"
AutomationProperties.AutomationId="FindSiteBasePortNumericUpDown"
Maximum="65534"
Minimum="1"
Value="{Binding Port, Mode=TwoWay}"
IsEnabled="{Binding IsFormIdle}"/>
VM:
public Decimal Port
{
get { return m_port; }
set { SetValue_(ref m_port, value, () => Port); }
}
Hello~
I want to adopt the theme, Fluent Dark.
I can see the example via "WPF Controls Exmaples" application. but, I can t see the option of "Fluent Dark".
In XAML, when I add the tag, " telerik:StyleManager.Theme", I can see some values of "WPF Controls Exmaples", but, I cant find "Fluent Dart".
How can I use the theme ?
Please tell me how to do.
Hi,
A beginner to WPF and Telerik controls.
I have a form with bunch of textbox controls, combobox controls (binding to collection that returns key value pair list by stored procedure), date controls, textarea control and a filedialog. The form has validations for dates controls, textboxes (required fields) etc. This form creates a (single) record in the DB by calling a stored procedure. It doesn't edit ,delete or navigate records.
Is RadDataForm an appropriate control to use? If not, what is the appropriate for the above task.
Also please provide me an example to achieve this.
Thanks.
Hi all, and thanks in advance for your great job.
I a MultiColumnComboBox with multiple selection i need to show a string that display how many items are currenctly selected, instead of the list of SearchAutoCompleteBoxItem. But i can't figure out how to do this without working on the source code.
Anyone can help me, please? Thank you very much.
I am reviving an application that must remain in Visual Studio 2010 and uses .NET 4.0.
My projects all use Telerik's Binaries.NoXaml.
I am renewing my license to use the latest Telerik release.
While those wheels are in motion, I downloaded the latest trial and find there is no WPF40 folder in Binaries.NoXaml.
I tried referencing the WPF45 dlls, but I'm getting build errors such as:
The type reference cannot find a public type named 'RadButton'
I'm not sure if this is because I'm referencing the WPF45 dlls or something else.
I do see there is a WPF40 folder in the regular Binaries folder.
This makes me question if the WPF40 Binaries.NoXaml are missing.
Are they missing?
Or should WPF45 work fine?
I look forward to any advice.
Buzz