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

How to localize Telerik asp.net mvc grid on the client

0 Answers 32 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Phil
Top achievements
Rank 1
Phil asked on 04 Nov 2012, 07:13 PM

I am using a Telerik asp.net mvc Grid. I am using the function .Databinding along with .Delete to delete a row. I changed the default text from "Delete" to "Del" and used the GridLocalization.resx file to do it. It works when the code makes server calls but I get the old value ("Delete" rather than "Del") when there are client calls (if fails by showing the wrong text). How can I remedy this?

 

Tags
Grid
Asked by
Phil
Top achievements
Rank 1
Share this question
or