I configured the application to use customized Theme Colors (Swatches) following the link:
Next as requirement I should change the Theme Color (Swatch) at run-time based on the device, using C# code, the only link I found was:
https://docs.telerik.com/devtools/maui/knowledge-base/change-telerik-theme-runtime
But here the Telerik Theme is changed at run-time using only pre-defined Telerik Themes. So my question is: how can I change Default Theme Colors (Swatches) at run-time using C# code?
Thanks
Hi,
Is it possible to completely disable interaction while still allowing navigation on the scheduler?
I'm using custom appointments that are based on an abstract class, and when I tap on a slot, I get an exception because it can't create an appointment because the class is abstract.
I don't want to create appointments or edit them, I just want to display them and keep my class abstract
Thanks
I am trying to style the background color of Rows in a RadDataGrid by the following the SDKBrowser MAUI Example (from GitHub).
RowBackgroundStyleSelector seems to be obsolete/not found in new versions of telerik .net maui...
Using a class that returns a Style based on a Property value (implemeting IStyleSelector as the SDKBrowser example).
In the SDKBrowser example the binding is direct: (older version of .net maui telerik)?
How can I now bind the Row Background Style Color of a telerik:RadDataGrid in the new versions?
Dear Telerik,
Can we customize radEntry of AutoComplete - like: add new button after Clear button?
We have this in our project to customize some tool bar items. It is working in 10.1.0, but no longer works in version 11.0.0
xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"
<ResourceDictionary.MergedDictionaries>
<telerik:RadToolbarResourceDictionary />
</ResourceDictionary.MergedDictionaries>
Hi Telerik,
How to modify the RadListPicker control as box with rounder corners and with dropdown up and down arrow when it is closed or open.
I need this for all the platforms.
Should look like this in all the platforms:
Thanks And Best Regards,
Mohammed Rameez Raza (Rameez).
Hi Telerik,
I have been using RadTabView for MAUI and have used the different style but, not able to make the header text to make to next line when it has lengthy text. and also, I need all my tabs to be visible in a single screen.
Requirements:
1. Line break for header text.
2. Make the tabs fit the screen.
3. Change the color of image (here we are using .png).
Below is the image for your reference:
Thanks & Best regards,
Mohammed Rameez Raza (Rameez).
Dear Telerik,
How can I change the placeholder of RadChat from 'Please entry a message' to other value binding to ViewModel like 'ABC...'. I have tried to use
<ContentPage.Resources>