RadCalendar has built-in AJAX support, which guarantees complete synchronization between client and server in the whole System.Globalization namespace. The AJAX mode also delivers the best combination of performance and compatibility with different culture settings.
Client and Server modes are also available for certain scenarios:
•
Server mode - all processing takes place on the server after postback. Mimics the classic ASP.NET calendar and is suitable for low-level browsers.
See a live demo. •
Client mode - all processing and date computation take place on the client. This mode, however, supports only the Gregorian calendar.
See a live demo.