Telerik UI for ASP.NET AJAX
April 15, 2008
What’s New in RadControls for ASP.NET AJAX Q1 2008 (Version Number 2008.1.415):
Common for all controls:
RadPanelBar
New Prometheus Control
RadTabStrip
RadToolBar
RadFormDecorator
RadFormDecorator is part of Telerik "Prometheus" suite that enables CSS skinning of checkboxes (<asp:CheckBox />), radiobuttons (<asp:RadioButton />) and buttons (<asp:Button />) without generating any additional Html elements - hidden inputs, div's, etc. Thus, it integrates seamlessly into the page and doesn't require any changes to the existing page's layout.
Here are the main features of the control:
RadAjax
What’s New:
What’s Fixed:
RadCalendar
RadChart
RadColorPicker
RadComboBox
RadDock
RadEditor What’s New:
RadGrid
RadInput
RadMenu
RadScheduler
What’s Changed:
Breaking changes:
- The get_appointments client-side property of RadScheduler returns an AppointmentCollection instance instead of a JavaScript array
- get_appointments().length => get_appointments().get_count()
- get_appointments()[index] => get_appointments().getAppointment (index)
- Removed obsolete fields from client-side Appointment object
- appointment.ID => appointment.get_id();
- appointment.Subject => appointment.get_subject();
- appointment.Start => appointment.get_start();
- appointment.End => appointment.get_end();
- appointment.ToolTip =appointment.get_toolTip();
- The appointmentMoving event is now called while the appointment is being moved. To achieve the legacy ehavior, please attach your event handlers to the appointmentMoveEnd event.
- The day order in the RecurrenceDay enum was changed to improve compatibility with Outlook. Sunday is now first day of week and the integer values are changed to reflect the new ordering.
Non-breaking changes:
- Obsoleted RadScheduler properties in favor of view-specific complex properties:
- DayHeaderDateFormat => DayView.HeaderDateFormat
- WeekHeaderDateFormat => WeekView.HeaderDateFormat
- MonthHeaderDateFormat => MonthView.HeaderDateFormat
- WeekColumnHeaderDateFormat => WeekView.ColumnHeaderDateFormat
- MonthColumnHeaderDateFormat => MonthView.ColumnHeaderDateFormat
- MonthVisibleAppointmentsPerDay => MonthView.VisibleAppointmentsPerDay
- ShowMonthlyColumnHeader is replaced by a pair of properties:
- MonthView.ShowDateHeaders
- MonthView.ShowResourceHeaders
- ShowWeeklyColumnHeader is replaced by a pair of properties:
- WeekView.ShowDateHeaders
- WeekView.ShowResourceHeaders
- Obsoleted ResourceView – use DayView grouped by resource instead.
- Obsoleted StartInFullTime – use ShowFullTime instead.
- In WeekView, the VisibleRangeStart and VisibleRangeEnd now include the whole period (not only business hours) when all day row is displayed.
RadSplitter
RadToolTip
RadTreeView
RadUpload
What’s Fixed
RadWindow
Have a feature request?
Post your feedback via the ASP.NET AJAX Feedback Portal.
What's new across all Telerik products?
See all updates
See Telerik UI for ASP.NET AJAX in action and check out how much it can do out-of-the-box.
Check out the offers. Purchase an individual suite, or treat yourself to one of our bundles.
Try Telerik UI for ASP.NET AJAX with dedicated technical support.