This is a migrated thread and some comments may be shown as answers.

Custom Message for "IsEqualto" property

1 Answer 42 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Luz
Top achievements
Rank 1
Luz asked on 06 Dec 2013, 03:40 PM
I’m
trying to set a common value in the “Message” parameter of the “IsEqualTo” property in a kendo grid. My project is
Multilanguage, so, when I select a language different than “English”, the shown
message is different than “Es igual a”. What should I do to fix that? This is
the piece of code:

        .Filterable(filterable => filterable

        .Extra(false)

         .Operators(operators => operators

            .ForString(str => str.Clear()              

               .IsEqualTo("Es igual a")

            ))

1 Answer, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 09 Dec 2013, 09:52 AM
Hello Luz,


Currently, when the culture is set to different than "English", custom filter operator messages should be set at the column level filterable configuration, instead in the global Grid filterable options. We are aware that this is causing some issues and are considering a more elegant solution, but it requires a lot of testing, since there are a lot of serialization issues related to this functionality.

I hope this information helps.

Regards,
Dimiter Madjarov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Luz
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Share this question
or