Declined
Last Updated: 22 Oct 2024 06:59 by ADMIN

In most situations, the Segmented control is working as expected but it seems that it uses an optimization that is making it not to show the currently selected item in the UI.

In my page I have a list of items that are shown or hidden according to what the user selects.

Each item has a template and there is a template using the Segmented control.

If in the 1st item of the list I select the first tab in the segmented control, refresh the list, and select the 2nd tab of the first item in the new list,

everything work fine, I can switch between the lists and everything is ok.

But if I select the same tab, after I switch the content of the list, even having SelectedIndex, SelectedItem and ItemSource correct, it doesn't display the selected tab.

I tried a lot, calling OnPropertyChanged in many places, using SelectedItem, SelectedIndex, both.

No way for it to work.

It seems like an optimization that doesn't redraw the selected item by mistake if it is equal in value to the previous one.

For you to better understand our case, the page is a row of a table, where the user scroll through rows of this table.
If in the 1st row he selects the 1st tab and in the 2nd row too, if he tries to move back to row 1, the displayed tab is not shown.

Thanks in advance,

Jones Abramoff

Completed
Last Updated: 12 Feb 2025 09:07 by ADMIN
Release 10.0.0 (2025 Q1)
Created by: Adrian
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
0
provide a pdf document of the documentation for offline use
Completed
Last Updated: 16 Dec 2024 13:31 by ADMIN
Release 9.0.0

"System.IO.FileNotFoundException: 'Could not load file or assembly 'Microsoft.Maui.Controls.Compatibility, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.'"

Occurs when creating a blank .net maui project using .net9 and adding Telerik MAUI NuGet Package latest version 8.0.0

Repro steps:

1. Create a new dotnet9 basic project in visual studio.
2. Launch it on windows. it runs.
3. Add the Telerik.UI.for.Maui.Trial package, version 8. (don't bother adding the UseTelerik line to MauiProgram.cs, it'll fail either way).
4. Clean and Rebuild the solution.
5. Debug the app on windows again. It fails on launch with a file not found error that seems to relate to:
"Exception thrown: 'System.IO.FileNotFoundException' in Telerik.Maui.Controls.Compatibility.dll"
System.IO.FileNotFoundException: 'Could not load file or assembly 'Microsoft.Maui.Controls.Compatibility, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.'

Declined
Last Updated: 11 Feb 2025 06:33 by ADMIN
Created by: Hari Prasad
Comments: 1
Category: UI for .NET MAUI
Type: Bug Report
0

as per the instruction here : https://docs.telerik.com/devtools/maui/demos-and-sample-apps/overview#sdkbrowser-app 

files - SwitchToNet8.ps1 and SwitchToNet9.ps1 does not exists in repository

Unplanned
Last Updated: 06 Mar 2025 10:39 by John

When adding Telerik controls on the page and run the app on android, the following error message occurs runtime:

Java.Lang.RuntimeException stack trace ---
java.lang.RuntimeException: Font asset not found /data/user/0/com.companyname.appname/cache/telerikfont.ttf
	at android.graphics.Typeface.createFromAsset(Typeface.java:1061)
............

This error message does not prevent the app from working as expected, but the log is full of this message. 

 

 

Duplicated
Last Updated: 01 Apr 2025 07:59 by ADMIN
I have a basic PDF viewer app with a Pdf View Toolbar.  On it I have a PdfViewerNavigateToPageToolbarItem which correctly displays the current page and page count and on the iOS simulator it works fine - I can enter a page number and hit enter (on a physical keyboard) to navigate to a page.  However, when deploying to an actual device (iPhone 16, iOS 18.3) I can't properly use the Entry to navigate to a page.  When I tap the entry field, the numeric keypad is displayed and I can enter a page number however since there is no "enter" or "done" button on the keypad there's no way to "accept" the value that has been entered so I cannot navigate to a page and there's no way to dismiss the keypad.

I reported a couple of other issues with the Pdf Viewer toolbar items a couple of weeks ago that turned out to be bugs, presumably this is too, but if I am doing something wrong or there is a workaround please let me know.

Thanks

Tony
4 5 6 7 8 9