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

Customisation Popup

2 Answers 45 Views
Window
This is a migrated thread and some comments may be shown as answers.
Jaichand
Top achievements
Rank 1
Jaichand asked on 08 Jul 2011, 10:40 AM
How can I customise the popup for better lookup of "OK" and "cancel" button.
May I change the title of popup. If possible all thing then Please let me know
and also suggest me code for customisation .

Thanks
Jaichand

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 08 Jul 2011, 11:38 AM
Hello Jaichand,

You can localize the pop up as shown below.

Javascript:
<script type="text/javascript">
   Telerik.Web.UI.RadWindowUtils.Localization =
   {
   "OK" : "Yes",
    "Cancel" : "No"
   };
</script>

Thanks,
Princy
0
Georgi Tunev
Telerik team
answered on 11 Jul 2011, 01:19 PM
Hi Jaichand,

Apart from the client-side localization that Princy suggests, you could also use the Localization section in RadWindowManager's declaration (see attached screenshot).


Kind regards,
Georgi Tunev
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
Window
Asked by
Jaichand
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Georgi Tunev
Telerik team
Share this question
or