In Development
Last Updated: 21 Apr 2026 11:10 by ADMIN

when having a document with a text fragment with a transparency, the transparency is not respected. the full color is displayed.

In Development
Last Updated: 21 Apr 2026 10:05 by ADMIN

from 11.1.0 version and above the behavior of dropping item changes for my custom scenario.

I have two CollectionView's. one on left has inner collectionview, and one on right. When the inner collectionview has no items, dropping item from the right collectionview to the collectionview with no data cannot be achieved. 

The height of the inner collectionview with no items is 0. 

This works in 11.0.0 version but after 11.1.0 the behavior changes and item cannot be dropped.

In Development
Last Updated: 21 Apr 2026 10:04 by ADMIN

Items do not display after scrolling, navigating to another page, and returning to the page. 

You have to scroll or resize the window and the items appear

In Development
Last Updated: 21 Apr 2026 10:03 by ADMIN
for now the axis has LabelFormat, expose LabelFormatter similar to the chart axis. 
In Development
Last Updated: 14 Apr 2026 11:50 by ADMIN
when using sticky group headers and adding removing items, to the control, the items.count in the sticky header do not update. You have to scroll the control, expand/collapse the group so the item count to be updated. 
In Development
Last Updated: 01 Apr 2026 15:04 by ADMIN
  1. click the "Search"-Icon
  2. type for example "simple" to have 1 hit
  3. close search
  4. click the "Search"-Icon again
  5. Crash occurs

Stack trace

--- Message ---
Object reference not set to an instance of an object.
 
--- Stacktrace ---
   at Telerik.Maui.Controls.PdfViewer.PdfViewerSearchEntryToolbarItemView.SearchEntry_TextChanged(Object sender, TextChangedEventArgs e)

In Development
Last Updated: 01 Apr 2026 11:45 by ADMIN
When a monospace font is applied to cells, the cell content does not align as expected. Instead of maintaining consistent horizontal alignment typical of monospace typefaces (where each character occupies equal width), the text appears misaligned or uneven across cells.
In Development
Last Updated: 24 Mar 2026 14:05 by ADMIN
Created by: Theo
Comments: 1
Category: Accordion
Type: Bug Report
0

When setting border color and thickness, border does not appear. 

 

Based on the image in the docs there was a border around the item: https://www.telerik.com/maui-ui/documentation/assets/07d35df8dddf6c3fbf60d2ef61684b1e/accordion-accordionitem.png 

In Development
Last Updated: 24 Mar 2026 13:45 by ADMIN

When having filtering enabled and selecting an item from the dropdown, then deleting a character from the input area, then opening the dropdown and tapping on the selected item in the drop-down, the text in the input area does not update with the selected item.

You have to select another item, then text updates!