Hello Nehal,
Please find below a code snippet that will select the hourly option(the very first option in the list) from the recurrence panel when user opens the recurrence panel. To achieve that behavior I have used the RadScheduler
OnClientFormCreated client-side event.
Here you may find a help article that shows a couple of examples how you can manipulate different elements within the advanced form using jQuery including the recurrence panel.
//JavaScript
Could you please confirm that you have followed the steps described in
this help article for localization of the RadScheduler control?
Additionally I would recommend setting explicitly on each page load the culture to Sweden as shown in the code snippet:
//code behind
Regards,
Boyan Dimitrov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now.