Telerik Forums
UI for .NET MAUI Forum
1 answer
169 views

Hi, I need select all text on focus in RadNumericMaskedEntry. Like in RadEntry, but I not found this feature.

 

Tks.

Gabriel
Top achievements
Rank 1
 answered on 05 Nov 2022
1 answer
549 views

Hi, 

Is there any way to achieve right click context menu with lists on desktop apps?

Thanks

 

 

Didi
Telerik team
 answered on 03 Nov 2022
1 answer
201 views

To see this, in the SDKBrowserMaui application, change PopupStyling.xaml and see that text changes are not reflected in the control.

 

For example, changing it to:

            <Style TargetType="Button" x:Key="cancelButtonStyle">
                <Setter Property="BackgroundColor" Value="Transparent"/>
                <Setter Property="Text" Value="bob"/>
                <Setter Property="TextColor" Value="#1188FF"/>
            </Style>

Still shows Cancel as the text.

Didi
Telerik team
 answered on 03 Nov 2022
1 answer
113 views

Hi,

This control Rating no update always, when the property is chance in the viewmodel, no always this control updated, somebody why happed this?

Antoan
Telerik team
 answered on 01 Nov 2022
1 answer
141 views

Hi,

I am switching from Syncfusion to Telerik and was wondering if there was any sort of documentation on freezing columns in a Rad Data Grid when scrolling horizontally. I noticed the Web UI has this ability, but I need it for Maui.

Thanks

Didi
Telerik team
 answered on 28 Oct 2022
1 answer
223 views

Hi, I have a data grid where selection of cells works well until the grid is reloaded. I have code that changes the text of a cell after the current cell is clicked, then reloads the grid. The cell / grid object selected items shows it as selected but the format does not change.

The XAML settings for the grid:

                                         AutoGenerateColumns="False" 
                                         UserGroupMode="Disabled" 
                                         CurrentCellChanged="workerGrid_CurrentCellChanged"
                                         CurrentCell="{Binding Cell, Mode=TwoWay}"
                                         SelectionUnit="Cell"
                                         CurrentCellStyle="{StaticResource CurrentCellStyle}"
                                         SelectionMode="Multiple"
                                         SelectedItem="{Binding SelectedWorker,Mode=TwoWay}"
                                           >
                <telerik:RadDataGrid.AlternateRowBackgroundStyle>
                    <telerik:DataGridBorderStyle BackgroundColor="LightGray" 
                                 BorderThickness="1"
                                 BorderColor="BlanchedAlmond"/>
                </telerik:RadDataGrid.AlternateRowBackgroundStyle>

                <telerik:RadDataGrid.SelectionStyle>
                    <telerik:DataGridBorderStyle BackgroundColor="SeaGreen" 
                                 BorderColor="Wheat" 
                                 BorderThickness="2"/>
                </telerik:RadDataGrid.SelectionStyle>

Part of the code that changes the cell content and then passes it to the view model, if I comment this out, the selection works well. 

	    List<workerData> workers = new List<workerData>();
            foreach (var myItem in workerGrid.ItemsSource as ObservableCollection<workerData>) 
                if (myItem != null)
                {
                  //code that changes the text value of one cell, then loads it into the list of classes
                 }
//then passes it to the view model, where it is loaded. this is the same as first load
              this.BindingContext = new ViewModel(workers);

I expect that I have a setting wrong / error in the code because I can see the selected cell etc. in this:

var tempSel = this.workerGrid.SelectedItems;

Thank you

Antoan
Telerik team
 answered on 27 Oct 2022
0 answers
511 views

I added the Telerik Nuget server to Visual Studio Nuget package manger settings and it asked for a username and password. I entered my email and password and then I see this:

[Telerik NuGet] Unable to load the service index for source https://nuget.telerik.com/v3/index.json.
  The ServicePointManager does not support proxies with the https scheme.
Failed to restore C:\Users\[username]\source\repos\TelerikMauiApp1\TelerikMauiApp1\TelerikMauiApp1.csproj (in 12.41 sec).
NuGet package restore failed. Please see Error List window for detailed warnings and errors.

 

Please tell me how to setup/modify/config my settings for a proxy.

 

Thank you,

-Josh

Josh
Top achievements
Rank 1
 updated question on 26 Oct 2022
2 answers
203 views

 

RadComboBox missing arrow icon in window when create publish with 

 -p:SelfContained=true -p:WindowsAppSDKSelfContained=true

 

Stoyan
Telerik team
 answered on 25 Oct 2022
1 answer
120 views

Hi,

I have many issues that I've been ignoring, hoping that new releases (yours, Maui, etc.) would fix them. Well, good thing I didn't hold my breath... :)

How would you prefer I create tickets? Should I create a separate ticket for each issue, or bundle them into one large ticket?

Thanks.

Didi
Telerik team
 answered on 19 Oct 2022
1 answer
1.0K+ views
In a Template Column whose data template contains a Button, each such button bound (by "+=") to a common "Clicked" handler, I need to remove those bindings (by matching "-=") when the containing transient page is popped. How do I do that, seeing that Telerik's Maui DataGrid has neither a rows collection (although the concept of a row is mentioned in the API) nor a cells collection for a given column (and I truly wish it had both!)?
Lance | Senior Manager Technical Support
Telerik team
 answered on 10 Oct 2022
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?