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

Custom Message for "IsEqualto" property

1 Answer 68 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, 05:47 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 10 Dec 2013, 11:10 AM
Hi Luz,

I covered this topic in the other forum thread here.
I wish you a great day!

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