How can I type date from keyboard in RadzenDataGrid filter

I have a RadzenDataGrid with FilterMode="FilterMode.Advanced".
I need to enter dates for the filter typing from the keyboard, but when I click on the control it shows a calendar picker.
Can I have booth options at the same type, like DatePicker control?

Thanks for your time!

In the DataGrid Advanced FilterMode you can only pick dates using DatePicker by default. You can however define your own FilterValueTemplate for desired column with DatePicker:


1 Like

Works like a charm!!!
Thanks!