Telerik Forums
UI for .NET MAUI Forum
1 answer
35 views
// Spalten, die ausgeblendet werden sollen
            var zuVersteckendeSpalten = new[] { "AssetObjectId", "Id", "Media", "TheGeom" };

            foreach (var col in dataGrid.Columns)
            {
                if (zuVersteckendeSpalten.Contains(col.Name))
                {
                    col.IsVisible = false;
                }
            }
Didi
Telerik team
 answered on 16 Feb 2026
1 answer
42 views

I am developing a .NET MAUI application using a Telerik RadDataGrid bound to a very large database via Entity Framework.

Because I am using the Load-On-Demand feature to fetch data incrementally as the user scrolls, the grid only holds a partial subset of the data in memory. Therefore, I cannot rely on the grid's built-in client-side filtering or sorting or search.

I need an architecture where:

Grid State to LINQ: Changes to the Grid's FilterDescriptors or SortDescriptors trigger a reset of the Auto-Load collection and invoke an Expression Builder. This builder must generate dynamic LINQ-to-Entities queries to sort and filter the data at the database level before it is paged back to the UI.

Cascading Distinct Values: Since the component doesn't have all the data, the 'Distinct Values' list for column filters must also be queried from the server. These lists need to be context-aware (cascading), showing only values relevant to the currently active filters of other columns.

Can you please help ?

     

     

Didi
Telerik team
 answered on 20 Nov 2025
1 answer
75 views
My background is dark. The selected row uses dark text. How do I change that?
Denis
Telerik team
 answered on 01 Oct 2025
1 answer
50 views

Hello,

Could someone explain to me how to make on-demand loading, searching, sorting, and filtering work well together?

Note that I use MVVM in my application.

Thanks!

Didi
Telerik team
 answered on 08 Sep 2025
2 answers
85 views

Other than using InputTransparent = true, which also blocks scrolling.

This is to avoid the interaction of mousehover and cellcontentselector.

Denis
Telerik team
 answered on 22 Aug 2025
1 answer
50 views
Hi,

Is it possible when using the autocomplete to not show the popup when there is no data available. I'm aware that there's the no-data template but that still shows the popup even if nothing is attached.

I was considering using the open/close event functionality which might work but I don't think it fully suits the use case. Hii hii
Didi
Telerik team
 answered on 21 Jul 2025
0 answers
58 views

I have encountered a problem with a page with RadDataGrid  on it. On iOS when pressing back from this page app crashes with this error:

I'm suspecting a RadDataGrid because when I remove it from the page exception no longer occurs. It works on android without any issues.

version used: Telerik.UI.for.Maui 6.6.0
dotnet version: net9.0-ios

Timur
Top achievements
Rank 1
 asked on 15 Jul 2025
1 answer
102 views

I am using a RadDataGrid with SelectionMode set to Multiple. I have bound the SelectedItems to an observableCollection and this al works fine. I have enable filtering on colums and with the SearchPanel which works fine.
I can now selected multiple items and then apply a filter. Now I would like to access all items that are filtered and selected. The SelectedItems contains all selected items, filtered and unfiltered but only want the filtered (+ selected) ones.

Is there a property that contains the filtered items so I can intersect it with the SelectedItems?

If not can I apply the filters to the ItemsSource my self and get the filtered items this way?

Is it possible to get the list of filtered AND selected items any other (simple) way?

 

Lance | Senior Manager Technical Support
Telerik team
 answered on 24 Jun 2025
1 answer
85 views

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?

Didi
Telerik team
 answered on 30 May 2025
2 answers
88 views

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>
Masha
Telerik team
 answered on 23 May 2025
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?