
I have a listview using templatecells.
With android API >= 31, everything looks fine (default background is transparent)
On androd API 28, the background defaults to white, you can manually set it to other colors which work, but if set to transparent, the background stays white
Hi,
I'm using the RadComboBox and the behaviour is different between iOS and Android.
On iOS, when I click on the field the dropdown opens, but on Android it will only open if I click on the arrow icon. Clicking in the middle of the control does nothing.
Using EditMode works and the control opens when it gets focus, but I don't want to use Edit mode.
Is this correct? It seems inconsistent with the other telerik controls I'm using like DatePicker where clicking anywhere on the control opens the picker / popup.
Thanks!

Hi,
How can I change the cursor color inside the RadAutoComplete controller?
HI forum,
I need your help in design this view.
I have task in MAUI to download files&& folders using my API.
Please see :https://www.screencast.com/t/MGyb9B50TX99
See what I did.
https://www.screencast.com/t/HbLW5Rxbf
1.I would like to get how to build the view model/mode; for this screenshot
especially to select all , specific checkboxes .
2.I want when select all , all checkboxes will be checked and when i checked all the checkboxes the select all will be checked.
3.How to save the selected data.
4. How to get inner data for new selection when i press on folder image.
Help will be appreciated.
Thanks,
Hey Team,
I am trying to investigate how to use CandlestickSeries here, there are some questions want to confirm
1. If I want to get point value, how can I do that? like when I use below code, how can i get current point binding value in code behind?
<telerik:ChartTooltipBehavior TriggerMode="Tap" />2. how can I modify chart color? like below screenshot: I want to reset white/blue to others
3. how can set Grid line as dash line, Grid code here
<telerik:RadCartesianChart.Grid>
<telerik:CartesianChartGrid MajorLineThickness="1"
MajorLinesVisibility="XY"
StripLinesVisibility="XY"
MajorLineColor="Red" />
</telerik:RadCartesianChart.Grid>
Thanks


Hi
I'm getting the following Binding errors when using the Date or Time picker.
'BorderBrush' property not found on 'Telerik.Maui.Controls.PickerDateSelector', target property: Telerik.Maui.Controls.RadBorder.BorderBrush'
This happens regardless of the settings or style applied (at least to my knowledge) and Android and iOS. See below for example
<telerik:RadDatePicker HeightRequest="50" IsClearButtonVisible="True" Date="10,10,10" />
<telerik:RadTimePicker HeightRequest="50" IsClearButtonVisible="True" Time="10" />
Hello,
starting your actual project "ControlsSamples" with an Android Emulator, the DatePicker not working (can't see any Date control). The same issue happens when i use the RadDatePicker in our own project.
We use the actual telerik Package 5.1.0.
Microsoft Visual Studio Professional 2022
Telerik.UI.for.Maui 5.1.0
Please can you help me to solve this problem.
Best regards
Elke Albert
