i try to apply localization through resources files to datagrid, but it doesn´t works, i follow all the steps and localization is working for other elements at page, any tip ??
thanks
Hello,
For Financial Charts i.e Candle or OHLC Chart - How to skip plot weekend or no date value in X Axes.
Looks like Telerik uses Datetime continuous axis so it shows weekend where there is no data in financial data series.
Basic need is not show weekend date on charts. How to skip ?
thanks


Hello,
I have a couple of questions on the header settings, I couldn't find any information in the documentation. I wondered if someone could help please.
We have managed to hide the unwanted buttons, but we still have a couple of problems we a trying to solve. Using Grid.IsVisible. The only element we've been unable to find a solution to is the calendar preview that opens when you tap on the header row. I'm curious if it's the PreviewAppointmentDialogStyle that will help us to disable this feature?

Hello,
We are attempting to use the special slots styling for telerik:RadScheduler MonthViewDefinition the documentation implies that the SpecialSlotStyleSelector is available for MonthViewDefinition. However when we attempt to use it we get "No such property SpecialSlotStyleSelector"
Is there a reason SpecialSlotStyleSelector is not available for MonthViewDefinition? Is there an alternative solution we can use to make the weekend columns a different colour compared to weekdays?

Hello,
We have recently migrated from Telerik UI for Xamarin to Telerik UI for .NET MAUI.
One thing we are trying to wrap our heads around is how to set a small coloured dot next to the appointment on the month view for telerik:RadScheduler, rather than a background. I've attached 2 screenshots. One is Xamarin with a dot, where it was a simple XAML shape property. And MAUI which uses a background.
I would appreciate it if someone would steer us toward the right direction please :)
Hi Team,
Recently in IOS I found that the RadSlideDrawer content when pulled out it has gap on the top and bottom in IOS, as shown in below image:
The same code when deployed in Android it has no gap.

I have the following:
<telerik:RadListView
Margin="10"
IsPullToRefreshActive="{Binding LoadItemsTask.IsNotCompleted}"
IsPullToRefreshEnabled="True" Grid.Row="2" x:Name="listView" ItemsSource="{Binding Items}" >
(...)
</telerik:RadListView>LoadItemsTask is called at start and its value is True for a few seconds but the refresh indicator only shows up (and eventually hides) when the pull gesture is called, it does not respond to the initial value of the property.
Shouldn't this property be respected always, not just when the gesture is called?

Is there a way to limit DataTable columns added when AutoGenerateColumns = true ?
Example: DataTable has columns A, B, C, D, E and I want everything but A and D to be in the RadDataGrid
Not having success by finding the column by name and setting IsVisible = false.
Another related question. Is there a way in C# to set column properties for auto generated columns like width or displaying checkbox for bool columns?
Thanks !