Hi
Can user set radgridview format? for example set each cell fore & back color ,font name & size ,....
I could not find ConditionalFormattingForm for radgrid 2019
thank you

Hello,
I am using a RadCartesianChart plotting a CandlestickSeries. When I zoom in i would like to have it more fit. The candles in the screenshot for example are very small and leave a lot of empty space. What would be the best way to make the candles use all of the available space and when you Increase/Decrease the zoom the candles to adjust accordingly.
Regards
Hi,
I would like to bind my itemsource to my view model using FindAncestor but it fails to find my usercontrol.
ItemSource ="{Binding DataContext.ContextMenuItems, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type UserControl}"
However, by binding like this, without specifying the data context:
ItemSource ="{Binding ContextMenuItems}"
It binds to my view model properly for the first time and does not bind properly when i reopen the context menu and gives me the object type as its header...

I'm able to change the default error text, but I want the text to be red. Here is my xaml:
Thanks for your help.
<xfDashboards:DashboardParameterControlBase x:Class="OneStream.Client.Silverlight.Dashboards.XFCalendarButtonControl" xmlns:xfPagesCS="clr-namespace:OneStream.Client.Silverlight" xmlns:xfSharedUI="http://onestream.com/sharedUI" xmlns:xfDashboards="clr-namespace:OneStream.Client.Silverlight.Dashboards" xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="400"> <Grid x:Name="layoutRoot" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Loaded="layoutRoot_Loaded"> <Grid.Resources> <Style x:Key="calendarStyle" TargetType="telerik:RadCalendar" BasedOn="{StaticResource RadCalendarStyle}"> <Setter Property="AreWeekNumbersVisible" Value="False" /> </Style> </Grid.Resources> <Grid.RowDefinitions> <RowDefinition Height="auto" /> <RowDefinition Height="*" /> <RowDefinition Height="auto" /> </Grid.RowDefinitions> <Grid.ColumnDefinitions> <ColumnDefinition Width="auto"/> <ColumnDefinition Width="*" /> <ColumnDefinition Width="auto" /> </Grid.ColumnDefinitions> <telerik:RadDatePicker x:Name="DatePicker" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Margin="0" Padding="6,4,6,4" Foreground="{StaticResource DarkBlueTextBrush}" Grid.Row="1" Grid.Column="1" DisplayFormat="Short" DateSelectionMode="Day" ErrorTooltipContent="Enter a valid date" CalendarStyle="{StaticResource calendarStyle}" > </telerik:RadDatePicker> </Grid></xfDashboards:DashboardParameterControlBase>Hello.
We are thinking of upgrading from UI for WPF to DevCraft.UI.
The main driver behind this is to migrate our scheduler application.
So my question is: do I have the same features on the ASP.NET.Core scheduler component?
Is there something I will miss in the net.core component, other than the technology gap?We make good use of: custom appointment, custom edit
template, custom slots with special slot style selector, custom
resources, paged list implementation of IPagedCollectionView and
RadPager, recurrence, drag and drop, as well as custom filtering and ordering, and so forth.
Is there something I will miss in the net.core component, other than the technology gap?
Thanks

<telerik:RadWatermarkTextBox x:Name="SearchWatermarkTextBox" Text="{Binding SearchText}"/><telerik:RadGridView Name="GridView" behavior:GridFilterBehavior.TextBox="{Binding ElementName=SearchWatermarkTextBox}">Here is the example code.I can set text in datacontext SearchText property.But when the window opened,I cant see the data without filtered,then the girdview's BusyIndicator has been shown.It looks not good. How to let BusyIndicator be shown when the window opened or let the window opened after data has been filtered?
Thanks
I use a checkbox PropertyDefinition which contains NestedProperties, I want to achieve the checkbox and the expand keep the same status, when the checkbox is checked the nestedProperties expand and when the checkbox is unchecked the nestedProperties unexpand the code is as follow
<telerik:PropertyDefinition
Binding="{Binding ​IsShowDetail}"
IsExpanded="{Binding ​IsShowDetail}">
<telerik:PropertyDefinition.NestedProperties>
<telerik:PropertyDefinition Binding="{Binding Path=Name,
Mode=TwoWay}"/>
<telerik:PropertyDefinition Binding="{Binding Path=Description,
Mode=TwoWay}"/>
</telerik:PropertyDefinition.NestedProperties>
</telerik:PropertyDefinition>
The "IsShowDetail " is a bool property, the "Binging "and "IsExpanded "both binding to this property
but the "IsExpanded "have no effect
what is the reason for this and how to achieve this effect?
thanks
Hi,
Is there any way to build the RadHeatMap control with decimal axis (x, y) values. Here I have attached the example input data.

Hey there,
I have previously used some Tools from Infragistiks. With them I have made a Drag and Drop thing, where I can take Buttons from different Lists on the left side and drop these on buttons on the right side. You can say the right list contains packages and the left side contains parts and now I say these two parts come together in one package.
I now am working to recreate this App with your tools, cause they are simply better. All other parts of the app are done and work, but this drag and drop I dont get to work.
The first problem is, that I don't get the buttons to drag... because of that I made a RadListBox instead of Buttons, but there I have now the problem, that I don't want to add something from the left listbox to the right listbox. It needs to drop into the item on the right side itself. And secondly I have problems with dropping on a button, because I don't have the feeling of a feedback. So the user will wonder, did it drop on the button I wanted it too?
I have uploaded a video how it was in the Infragistiks App to wetransfer:
As you can see, there was every list just an ItemControl with Buttons, and only droppable on the right List. And if I hovered over a button, it became darker so it was a direct feedback where I will drop it.
I hope I was able to explain my problem, and that someone is able to help me.
Greetings
Benedikt