Feature request - add posibility to set 'AllowInput' on DatePicker in DataGrid filtering #732

Closed
opened 2026-01-29 17:42:25 +00:00 by claunia · 0 comments
Owner

Originally created by @johanpolak on GitHub (Feb 13, 2023).

The property 'AllowInput' in the datepicker for filtering in the DataGrid is always set to false:

f4c776f10e/Radzen.Blazor/RadzenDataGrid.razor (L254)

I would like to be able to type in the inputfield. It would be great if the value of this property can be changed using a parameter.

As suggested in issue #797 I can use the FilterTemplate to change this, but this will only work when the FilterMode of the grid is 'Simple' and we use the FilterMode 'SimpleWithMenu'. Defining the FilterTemplate will remove the menu for filtering.

Originally created by @johanpolak on GitHub (Feb 13, 2023). The property 'AllowInput' in the datepicker for filtering in the DataGrid is always set to false: https://github.com/radzenhq/radzen-blazor/blob/f4c776f10ec6bce372452b8d302c377c3785d712/Radzen.Blazor/RadzenDataGrid.razor#L254 I would like to be able to type in the inputfield. It would be great if the value of this property can be changed using a parameter. As suggested in issue #797 I can use the FilterTemplate to change this, but this will only work when the FilterMode of the grid is 'Simple' and we use the FilterMode 'SimpleWithMenu'. Defining the FilterTemplate will remove the menu for filtering.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#732