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

localize confirmdialog button text

1 Answer 142 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Bima
Top achievements
Rank 1
Bima asked on 21 Jul 2011, 02:34 AM
Hi, I would like to be able to localize the text of the buttons inside the confirmdialog when a user deletes a record from the grid. Is this possible?

 Attached is a picture of what i am talking about

Thanks

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 21 Jul 2011, 04:49 AM
Hello Bima,

You can try the following javascript to localize confirm dialog box button.
JS:
<script type="text/javascript">
Telerik.Web.UI.RadWindowUtils.Localization =
{
  "OK" : "Yes",
  "Cancel" : "No"
};
</script>

Thanks,
Princy.
Tags
Grid
Asked by
Bima
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or