Grid: Combine GridFilterMode.FilterRow with ShowColumnMenu

1 Answer 139 Views
Grid
Hendrik
Top achievements
Rank 2
Bronze
Iron
Iron
Hendrik asked on 19 Dec 2022, 09:21 AM

I would like to use the ColumnMenu and the FilterRow at the same time. It seems to me that is not possible although it is so obvious !?

I do no need any more filters in the ColumnMenu just the "Columns" Menu-Items to hide/show or lock/unlock columns.

 

 

 

Yanislav
Telerik team
commented on 21 Dec 2022, 04:02 PM

Hello Hendrik,

At this stage, FilterRow is not compatible with ColumnMenu.

You may check the details on the matter in our Feedback Portal: 
https://feedback.telerik.com/blazor/1530096-allow-using-filter-row-with-column-menu

The item is currently scheduled for 4.1.0 of UI for Blazor. I've added your vote to keep proper track of the requests for this feature. You may additionally follow it to get notified of changes in its status.

Since both functionalities ( ColumnMenu & FilterRow ) currently cannot be used in one Grid, what I can recommend you is to review and consider using the suggested workaround in the discussion from the feedback portal.

As an alternative, you can try to use the Grid Search Box since it can be used with ColumnMenu included, or use an external Filter to filter the Grid data as in the following Blazor Filter Demo

I hope you will find the above information useful. Please let us know if any other questions are raised.

1 Answer, 1 is accepted

Sort by
0
Leland
Top achievements
Rank 2
Iron
Iron
Iron
answered on 08 Apr 2024, 02:29 PM

It is now possible to use ColumnMenu and the FilterRow at the same time.  Just do the following:

ShowColumnMenu="true"
FilterMode="GridFilterMode.FilterMenu"
Tags
Grid
Asked by
Hendrik
Top achievements
Rank 2
Bronze
Iron
Iron
Answers by
Leland
Top achievements
Rank 2
Iron
Iron
Iron
Share this question
or