Changing labels on numeric filter

1 Answer 91 Views
Editor Filter
Jordan
Top achievements
Rank 1
Iron
Jordan asked on 22 Sep 2022, 06:09 PM

How do I change this numeric filter label to "Min:" and "Max:" ?   Instead of From and To.

 

 

 

I tried this but it does not do anything:

 columns
                    .Bound(p => p.Total)
                    .Title("Total")
                    .Format("{0:C}")
                    .Filterable(ftb => ftb.Extra(true)
                    //.UI("currencyFilter")
                     .Operators(o => o.
                        ForNumber(n => n
                            .IsLessThanOrEqualTo("Min")
                            .IsGreaterThanOrEqualTo("Max")
                            )
                     ))
                    .Width(130);

1 Answer, 1 is accepted

Sort by
0
Alexander
Telerik team
answered on 27 Sep 2022, 03:34 PM

Hi Jordan,

I noticed that there is not a Telerik UI for ASP.NET Core license associated with your account which limits the availability of our support services for the product. In this regard, It is recommended that you either purchase or renew your license in order to gain access to the latest updates, fixes, features, and support regarding the Telerik UI for ASP.NET Core components. More information regarding the currently available plans can be reviewed here:

Nevertheless based on the provided screenshot it appears that a UI template is being rendered for the filter's inputs which include the "From" and "To" labels, as by design the current filter menu will be rendered as follows:

That being said, could you please consider sharing additional details about the currently utilized configuration?

Kind Regards,
Alexander
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Editor Filter
Asked by
Jordan
Top achievements
Rank 1
Iron
Answers by
Alexander
Telerik team
Share this question
or