Hi guys,
I Want to change the EventContainer background color by Progress Value
please tell me how to set How to set the different EventContainer background color
Hi. I'm using Telerik.UI.for.Wpf.40 version 2015.1.0.1075.
If there are selected too many items in RadAutoCompleteBox, it height begins to grow and selected items are displayed on amy lines.
Is there some way to display all the selected items on one line?
Is there some way to show text "Selected XXX objects" instead of the selected items, when too many items are being chosen?
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.