April 14, 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
New Prometheus Control
RadToolBar
New Prometheus Control
RadFormDecorator
New Prometheus Control
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
What’s New:
What’s Fixed:
RadChart
What’s New:
What’s Fixed:
RadColorPicker
What’s New:
What’s Fixed:
RadComboBox
What’s New:
What’s Fixed:
RadDock
What’s New:
What’s Fixed:
RadEditor
What’s New:
What’s Fixed:
RadGrid
What’s New:
What’s Fixed:
RadInput
What’s Fixed:
RadMenu
What’s New:
What’s Fixed:
RadScheduler
What’s New:
What’s Fixed:
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
What’s New:
What’s Fixed:
RadToolTip
What’s Fixed:
RadTreeView
What’s Fixed:
RadUpload
What’s Fixed
RadWindow
What’s New:
What’s Fixed:
Post your feedback via the ASP.NET AJAX Feedback Portal.
See the updates feed
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.