Telerik Forums
UI for .NET MAUI Forum
1 answer
55 views
Using the SDKBrowser application to test, I'm not able to right-click inside any of the rich text editors on Windows to bring up the context menu. I tried setting AutoGenerateContextMenu = "True" but that didn't change anything. Maybe I'm misinterpreting the documentation but it seems like that property should enable right-clicking?
Didi
Telerik team
 answered on 14 Mar 2024
1 answer
100 views

Can I use FilterDescriptors with OR options?
Can you help me?

                this.FilterDescriptors.Add(new Telerik.Maui.Controls.Compatibility.DataControls.ListView.ListViewDelegateFilterDescriptor()
                {
                    Filter = new Func<object, bool>(
                        (item) => ((ListaTechnical)item).TagLogic.Contains(searchText) || 
                                  ((ListaTechnical)item).Equipment.Contains(searchText) ||
                                  ((ListaTechnical)item).Conjunto.Contains(searchText) ||
                                  ((ListaTechnical)item).Issues.Contains(searchText) ||
                                  )
                });

Regards,

Rodrigo.

 

Didi
Telerik team
 answered on 13 Mar 2024
1 answer
114 views

Hi,

I used this documentation:
https://docs.telerik.com/devtools/maui/knowledge-base/chart-multiple-axes

However, no good results were obtained.

①The second axis appears to be misaligned.
②If possible, I would like to place the second axis to the left of the first axis.

Is there a solution to these?

Didi
Telerik team
 answered on 11 Mar 2024
1 answer
128 views

I tried to migrate xamarin agenda to Maui but i cant make it with dayview?? maybe some how i can remove the hours from the view?? 

<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
             x:Class="AimmsApp.Task.Views.AgendaMenu"
             xmlns:resx="using:AimmsApp.Resources"
             xmlns:input="clr-namespace:Telerik.XamarinForms.Input;assembly=Telerik.XamarinForms.Input"
             xmlns:views="clr-namespace:AimmsApp.Task.Views;assembly=AimmsApp"
             Title="{x:Static resx:Resources.Agenda}">
    <AbsoluteLayout x:Name="mainLayout">
        <input:RadCalendar x:Name="calendar" ViewMode="Agenda" AppointmentsSource="{Binding Appointments}">

            <input:RadCalendar.AgendaViewSettings>
                <input:AgendaViewSettings MonthItemFormat="YYYY MMM"
                                          WeekItemStartDateFormat="dd MMMM"
                                          WeekItemEndDateFormat="dd"
                                          DayItemFormat="EEE d MMM"
                                          AppointmentItemTimeFormat="HH mm"
                                          AppointmentItemEndDateFormat="MMM d"
                                          AppointmentItemStartDateFormat="MMM d" 
                                          IsHeaderSticky="True" 
                />
            </input:RadCalendar.AgendaViewSettings>
            <input:RadCalendar.BindingContext>
                <views:CalendarView />
            </input:RadCalendar.BindingContext>

        </input:RadCalendar>
    </AbsoluteLayout>
</ContentPage>

Didi
Telerik team
 answered on 11 Mar 2024
1 answer
80 views

Hi!

It's possible to format or create a template for ChartTooltipBehavior?

Example:

TooltipTemplate="{StaticResource toolTipTemplate1}"

                        <telerik:RadCartesianChart.Resources>
                            <ResourceDictionary>
                                <DataTemplate x:Key="toolTipTemplate1">
                                    <VerticalStackLayout>
                                        <HorizontalStackLayout HorizontalOptions="Center" VerticalOptions="Fill" Spacing="0" Padding="3" Margin="0">
                                            <Label Text="{Binding Item.X, StringFormat='{0:F2}'}" TextColor="White"/>
                                            <Label Text=" "/>
                                            <Label Text="{Binding Path=BindingContext.AmplitudeUnit, Source={x:Reference graphicPage}}" TextColor="White"/>
                                            <Label Text=" | "/>
                                            <Label Text="{Binding Item.Y, StringFormat='{0:F2}'}" TextColor="White"/>
                                            <Label Text=" "/>
                                            <Label Text="{Binding Path=BindingContext.FrequencyUnit, Source={x:Reference graphicPage}}" TextColor="White"/>
                                        </HorizontalStackLayout>
                                    </VerticalStackLayout>
                                </DataTemplate>
                            </ResourceDictionary>
                        </telerik:RadCartesianChart.Resources>

 

Yana
Telerik team
 answered on 11 Mar 2024
1 answer
88 views

Hi!

Is it possible to put a title on the X and Y axes?

Example:

                            <telerik:NumericalAxis>
                                <telerik:NumericAxisX.Title>
                                    <telerik:AxisTitle Text="{Binding AmplitudeUnit}"/>
                                </telerik:NumericAxisX.Title>
                            </telerik:NumericalAxis>

Regards,

Rodrigo.

Yana
Telerik team
 answered on 11 Mar 2024
1 answer
120 views

Hi!

Can I send a custom message in this format?

Regards,

Rodrigo.

Yana
Telerik team
 answered on 07 Mar 2024
1 answer
92 views

Hi
I want to customize the gauge like in the example.

①I want to set the tick and label as follows.

 Span(Step?) 
Thick(short)10 
Thick(long)50(and Min/Max)
Label100(and Min/Max)
② How similar can you make it to the example visual?
・Red bar representing the current value
・Positional relationship between current value and Tick

 

I want to set the tick and label as follows.

I want to set the tick and label as follows.

I want to set the tick and label as follows.

Didi
Telerik team
 answered on 06 Mar 2024
1 answer
95 views

I have a Rad Data grid that is working fine in dark mode, but the search panel is not.  What do I need to do to style that.

This is what it looks like..  If I could just get the text to come outblak it would be acceptable

Yana
Telerik team
 answered on 06 Mar 2024
0 answers
86 views
Looking for a solution to expand the previous expanded DetailTemplate after a grid rebind.  The data for the grid is updated from a click event within the DetailTemplate and need the grid updated and the expanded row to either stay expanded or re-expand after the grid rebind.
Mark
Top achievements
Rank 1
Iron
 updated question on 05 Mar 2024
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?