Unplanned
Last Updated: 23 Aug 2023 08:09 by sujana
Created by: sujana
Comments: 0
Category: Filter
Type: Feature Request
3

I'd like to be able to change the default editor of the filter field. For example, for DateTime fields, I want to use DateTimePicker instead of the default DatePicker.

Please expose an option to customize that similar to https://docs.telerik.com/blazor-ui/components/grid/filter/overview#customize-the-filter-editors.

Unplanned
Last Updated: 09 Jun 2023 14:39 by Bill
Created by: Bill
Comments: 0
Category: Filter
Type: Feature Request
2

I want my users to be able to add only one level of groups to their filters. I want to remove the "Add Group" button in the second level toolbar.

===

ADMIN EDIT

===

For the time being, such a result can be achieved with CSS. You can target and hide the "Add Group" button of the desired level to prevent the user from creating another nested group.

Example: https://blazorrepl.telerik.com/wxEAOXlo50v2ge6k53.

Unplanned
Last Updated: 02 Nov 2022 09:34 by Adam
Created by: Adam
Comments: 0
Category: Filter
Type: Feature Request
5
We have a large number of fields and it will be useful if we have a search box in the field dropdown to filter them - in a similar fashion to how filtering works in the DropDownList component.
Unplanned
Last Updated: 19 Aug 2022 04:03 by Arash
Created by: Dale
Comments: 1
Category: Filter
Type: Feature Request
3

Can the ability to define a height/width for the Filter component be exposed?

Width - I've noticed that if your Column names are to long names are cut off. I've used CSS to work around this.

Height - This isn't exactly a bug but if you populate enough "<FilterField/>" the dropdownlist will extend down past the bottom of the page.

It would be helpful if we can we can define more settings from the dropdownlists Or atleast make it so the dropdownlist will not go beyond the bottom of the page.

Unplanned
Last Updated: 09 Jun 2022 11:54 by Eric
Created by: Eric
Comments: 0
Category: Filter
Type: Feature Request
2
I would like to have a built-in functionality where the filter string is in a human readable format, rendered, so that my users can see it.
Unplanned
Last Updated: 16 Mar 2022 13:55 by Chris

I would like to limit how many nested groups in the Filter the user can make.

It would be nice to have events raised when filters are added. This will allow me to use my own logic (e.g., to ensure something exists before adding/removing another).