Whats_new_banner

UI for ASP.NET MVC

Release History

UI for ASP.NET MVC 2013.2716

July 16, 2013

Kendo UI Web

Framework Constructs

What’s New

  • Added: Flat UI Theme
  • Added: Init method added to classes that didn't inherit one in the TypeScript definitions
  • Added: TypeScript 0.9 compatibility

What’s Fixed

  • Fixed: An exception is thrown when kendo scripts are loaded in IE modal dialog.
  • Fixed: {wrap: false} not working for kendo.View
  • Fixed: zoomLevel is incorrectly detected in iframe in IE10
  • Fixed: Popup does not position correctly in IE10 when in iframe
  • Fixed: Opacity not working with kendo.fx fade effect
  • Fixed: (Android) Styling broken after theme switch
Kendo UI Web DataSource Icon

DataSource

What's New

  • Added: User can provide custom comparer when performing sorting
  • Added: String sorting ignores case

What's Fixed

  • Fixed: Incorrect number of change events are raised when data is substituted via the data method and the old array is modified
Kendo UI Web Globalization Icon

Globalization

What’s New

  • Added: Strip literal symbols from custom numeric format
Kendo UI HierarchicalDataSource Icon

HierarchicalDataSource

What's Fixed

  • Fixed: JS error when removing root-level items to HierarchicalDataSource nested in a kendo.observable object
Kendo UI MVVM Icon

MVVM

What’s New

  • Added: The value binding uses a primitive value (the value of the data-value-field) instead of the current data item when data-value-primitive attribute is set to true

What’s Fixed

  • Fixed: Avoid triggering multiple change events for nested observable objects
Kendo UI SPA Icon

SPA

What's New

  • Added: View's destroy method should destroy all children widgets
Kendo UI Validator Icon

Validator

What's New

  • Added: Performance optimizations for IE8 when validating multiple input elements

New UI Widgets

Kendo UI Web Scheduler Icon

Scheduler

UI Widgets Features and Updates

Kendo UI Web Calendar Icon

Calendar

What’s Fixed

  • Fixed: Setting min/max value does not re-render view when custom template is defined
Kendo UI Web ColorPicker Icon

ColorPicker

What’s Fixed

  • Fixed: Color pickers gain 1px height when expanded
Kendo UI Web ComboBox Icon

ComboBox

What’s New

  • Added: Support for HTML5 form attribute

What’s Fixed

  • Fixed: Selected option is not added to the selected item
  • Fixed: ComboBox does not cascade when its value is 0
  • Fixed: Filtering triggered on Shift key press
Kendo UI Web Date/Time Pickers Icon

Date/Time Pickers

What’s New

  • Added: Support for HTML 5 form attribute
Kendo UI Web DropDownList Icon

DropDownList

What’s New

  • Added: Support for HTML 5 form attribute

What’s Fixed

  • Fixed: Selected option is not added to the selected item
  • Fixed: DropDownList does not cascade when its value is 0
  • Fixed: The third cascaded DropDownList is enabled after selecting a value from the first dropdown list
Kendo UI Web Editor Icon

Editor

What’s New

  • Added: Initialization from div[contentEditable]
  • Added: Paste from Word improvements
  • Added: Table editing tools
  • Added: Floating toolbar
  • Added: Grouping of toolbar buttons
  • Added: Allow customization of color picker tools' palettes
  • Added: Support for emails in the hyperlink dialog
  • Added: Context-aware items in styles tool
  • Added: Convert Unicode characters to entities
  • Improved: Layout and styling of ImageBrowser dialog

What’s Fixed

  • Fixed: Selected font-family is not persisted when going to new paragraphs
  • Fixed: InsertHTML command does not persist selection in old IEs
  • Fixed: JS error when inserting paragraph before image in IE8
  • Fixed: destroy method is slow in a large DOM
  • Fixed: Editor is not working if nested in Window that is moved in the DOM
  • Fixed: The position cannot be set after an image if there is no text (in older versions of IE)
Kendo UI Web Grid Icon

Grid

What’s New

  • Added: User can provide custom comparer when performing sorting
  • Added: String sorting ignores case

What’s Fixed

  • Fixed: AntiXssEncoder in the web.config may cause parse errors in the Kendo UI MVC Grid client column templates
  • Fixed: Enter key should be pressed twice in batch edit mode in navigatable Grid, when consecutive rows are added
  • Fixed: Changed cell's red triangle indicator is not positioned properly when the cell is empty
  • Fixed: Filter menu dropdown lists icons are broken in IE7
  • Fixed: MultiSelect blurs on mousedown when grid keyboard navigation is enabled
  • Fixed: Grid Grouping drag n drop does not work correctly in RTL mode
  • Fixed: Cannot change the page when editing cell in IE9
  • Fixed: When you define className option for the destroy command the default class is not included
  • Fixed: Hovered sort arrow disappears in Metro theme
Kendo UI Web ListView Icon

ListView

What’s Fixed

  • Fixed: Navigatable, selectable ListView throws an error when removing the items and adding a new one
Kendo UI Web Menu Icon

Menu

What’s Fixed

  • Fixed: Link ending with sharp doesn't navigate
  • Fixed: Menu doesn't open on second item tap in a touch-enabled browser
Kendo UI Web MultiSelect Icon

MultiSelect

What’s New

  • Added: Load data on open when autoBind option is false and initial values are set
  • Added: Support for HTML 5 form attribute

What’s Fixed

  • Fixed: MultiSelect sets new observable array instead of modifying the existing one
Kendo UI Web NumericTextBox Icon

NumericTextBox

What’s New

  • Added: Support for HTML 5 form attribute

What’s Fixed

  • Fixed: JavaScript exception is thrown on focus when group separator is empty string
  • Fixed: NumericTextBox allows to paste negative values in the middle of text
  • Fixed: Correct decimal separator is not shown if current culture is different than en-US
Kendo UI Web Slider Icon

Slider

What’s Fixed

  • Fixed: Drag and Drop handle stops being draggable after several clicks
Kendo UI Web Splitter Icon

Splitter

What’s Fixed

  • Fixed: Splitter pane expand/collapse stops working after calling trigger("resize")
  • Fixed: Splitter does not ignore script tags used as pane siblings
  • Fixed: Inherited splitters do not bind to parent splitter resize events
Kendo UI Web ToolTip Icon

Tooltip

What’s Fixed

  • Fixed: Tooltip callout is not positioned correctly in IE in some scenarios
Kendo UI Web TreeView Icon

TreeView

What’s New

  • Added: Improved performance of template rendering
  • Added: Allow manual update of indeterminate checkboxes through the updateIndeterminate method

What’s Fixed

  • Fixed: Keyboard support does not go past leaf nodes with set expanded flag
  • Fixed: JS error when adding root-level items to HierarchicalDataSource nested in a kendo.observable object
  • Fixed: CheckChildren: true triggers JS error when checking node without child checkboxes in sparse checkbox tree
  • Fixed: Server URLs are not processed when serializing items as datasource
  • Fixed: Initialization from arbitrary HTML elements yields a static tree
Kendo UI Web Upload Icon

Upload

What’s Fixed

  • Added: Templates for the files in the list
  • Added: Rendering of initial files

What’s Fixed

  • Fixed: Firefox 20+ can throw an error during asynchronous upload
  • Fixed: Focus state not clearly indicated
Kendo UI Web Window Icon

Window

What’s Fixed

  • Fixed: The content configuration option cannot be declaratively bound
  • Fixed: Calling open on a closing window during animation leaves it in an invalid state
  • Fixed: Hitting escape during close animation triggers another close sequence

ASP.NET MVC Server Wrappers

What’s New

  • Added: Scheduler server wrapper
  • Added: (Calendar) Footer overload method, which allows to disable footer
  • Added: (DatePickers) Footer overload method, which allows to disable footer
  • Added: (MultiSelect) MaxSelectedItems method to the fluent API

What’s Fixed

  • Fixed: ToClientTemplate is incompatible with AntiXssEncoder
  • Fixed: (Editor) ImageBrowser MVC wrapper does not have a FileTypes property
  • Fixed: (Grid) AntiXssEncoder in the web.config may cause parse errors in the Kendo UI MVC Grid client column templates
  • Fixed: (Grid) Column client footer and group footer template cannot be set via ColumnSettings
  • Fixed: (TabStrip) Unauthorized items URL is serialized so the URLs are incorrectly matched on the client
  • Fixed: (Tooltip) Support for setting template expressions within the ContentUrl route values
  • Fixed: (TreeView) The autoBind option is not serialized
  • Fixed: (Window) The error event triggers the refresh event handler
  • Fixed: (Installer and VSX) New Kendo UI for ASP.NET MVC project template not compatible with ASP.NET and Web Tools 2012.2
  • Fixed: (Installer and VSX) Convert wizard does not deploy kendo.compatibility.css and kendo.modernizr.custom.js on the correct place

Kendo UI DataViz

Framework Constructs

What’s New

  • Added: Canvas rendering option
  • Added: Support for annotations
  • Added: Chart's pane doesn't apply background and border
  • Added: Series aggregate function now receives group value (group date)
  • Added: Default axis maximum value is now chosen to closely match series extremes
  • Added: Make legendItemClick cancellable
  • Added: Make legendItemHover cancellable
  • Added: ImageDataURL method for exporting to image (requires Canvas support)
  • Added: renderAs setting to specify preferred rendering mode (svg/canvas/vml)
  • Added: Series values are now aggregated even if a date contains only a single point
  • Added: markers.rotation option
  • Added: categoryField for all categorical series. Categories (including dates) can be unique across series
  • Added: Seconds for the baseUnit in the chart.
  • Added: Series options can now be functions that are executed for each point

What’s Fixed

  • Fixed: valueAxis.narrowRange is ignored when series contain null values
  • Fixed: "count" aggregate includes undefined and null values in its result
  • Fixed: "avg" aggregate includes null and undefined values when calculating average value
  • Fixed: "avg" aggregate returns NaN when a data contains no values (regression in latest builds)
  • Fixed: Data points might not be included in aggregates if series contain multiple values per date
  • Fixed: Categories are serialized even when the category axis is bound
  • Fixed: setOptions doesn't extend original options and doesn't apply theme

What’s Changed

  • Changed: Grouped series name template is now specified in 'series.name'. Setting 'series.groupNameTemplate' will output a warning in the console
  • Breaking Change: GroupNameTemplate is obsolete. Set the grouped series name template in Name

New UI Widgets

Kendo UI DataViz Barcode Icon

Barcode

Kendo UI DataViz Polar Chart Icon

Polar Chart

Kendo UI DataViz QRCode Icon

QRCode

Kendo UI DataViz Radar Chart Icon

Radar Chart

UI Widgets Features and Updates

Kendo UI DataViz Bar Chart Icon

Bar Chart

What’s Fixed

  • Fixed: Bar charts are broken when no categories are defined
Kendo UI DataViz Bubble Chart Icon

Bubble Chart

What’s Fixed

  • Fixed: Error when creating bubble series with negative size
Kendo UI BulletGraph Area Chart Icon

BulletChart

What’s Fixed

  • Fixed: Bullet chart does not render when categoryAxis.justified is false
Kendo UI DataViz Line Chart Icon

Line Chart

What’s New

  • Improvement: missingValues now defaults to "interpolate" for line series (was "gap")
Kendo UI DataViz Pie Chart Icon

Pie Chart

What’s New

  • Improvement: Pie chart string values should be parsed to float

What’s Fixed

  • Fixed: Disabled item in the pie chart breaks legend item click/hover functionality
Kendo UI DataViz Sparklines Icon

Sparkline

What’s New

  • Improvement: missingValues now defaults to "interpolate" for line series (was "gap")
Kendo UI DataViz Stock Chart Icon

Stock Chart

What’s New

  • Improved: dateField is now an alias for seriesDefaults.categoryField

What’s Fixed

  • Fixed: If candlestick line color is empty the line should get default series color

ASP.NET MVC Server Wrappers

What’s New

  • Added: Bar/QR Code server wrapper
  • Added: Polar Chart server wrapper
  • Added: Radar Chart server wrapper

What’s Fixed

  • Fixed: (Installer and VSX) New Kendo UI for ASP.NET MVC project template not compatible with ASP.NET and Web Tools 2012.2
  • Fixed: (Installer and VSX) Convert wizard does not deploy kendo.compatibility.css and kendo.modernizr.custom.js on the correct place

Kendo UI Mobile

Framework Constructs

What’s New

  • Added: Flat UI Theme
  • Added: Mobile application init event
  • Added: webAppCapable option for disabling app mode of web clips
  • Improvement: Updated BlackBerry theme to BB10 styling
  • Improvement: Updated iOS Loader to use CSS only animations

What’s Fixed

  • Fixed: Hiding address bar and inputs scrolling do not behave well
  • Fixed: $(document.body).kendoTouch() only works in initial view on iPhone
  • Fixed: hideAddressBar does not work as expected in Chrome on iPhone
  • Fixed: Pane is not available in initial view init event handler
  • Fixed: Hiding address bar and inputs scrolling do not behave well
  • Fixed: router preventDefault does not work as expected in history.back
  • Fixed: Browser History and Pane History get out of sync in certain cases

What’s Changed

  • Breaking Change: Pull to Refresh / Endless Scrolling trigger virtual mode for the listview widget, which behaves in a different manner than current implementation
  • Breaking Change: Removed Android 2 fake input workaround from the CSS

New UI Widgets

Kendo UI Mobile Drawer Icon

Drawer

UI Widgets Features and Updates

Kendo UI Mobile ActionSheet Icon

ActionSheet

What’s Fixed

  • Fixed: ActionSheet Menu does not reposition after device rotation
Kendo UI Mobile ListView Icon

ListView

What’s New

  • Added: Support for Hierarchical DataSource binding
  • Added: ListView uses virtualization mode when endless scrolling or press to load more is enabled

What’s Fixed

  • Fixed: Grouped ListView does not handle adding and removing items from the datasource
  • Fixed: Icons of the ListView items cannot be set in the template
Kendo UI Mobile ModalView Icon

ModalView

What’s Fixed

  • Fixed: ModalView does not recalculate size on screen rotation
Kendo UI Mobile NavBar Icon

NavBar

What’s Fixed

  • Fixed: If no View Title container is present, NavBar is not sized properly
Kendo UI Mobile Scroller Icon

Scroller

What’s Fixed

  • Fixed: scrollTo does not work initially
Kendo UI Mobile ScrollView Icon

ScrollView

What’s New

  • Added: Support for binding to DataSource and virtualization
Kendo UI Mobile TabStrip Icon

TabStrip

What’s Fixed

  • Fixed: IMG elements in TabStrip buttons end up under the .km-text element
  • Fixed: Forced iOS platform look causes blue box overlay to the icons
  • Fixed: Badge is invisible inside a TabStrip button with custom masked icon

ASP.NET MVC Server Wrappers

What’s New

  • Added: Kendo UI Mobile server wrappers

UI for ASP.NET MVC

Product overview Demo Buy Try

New features & Roadmap

Have a feature request?

Post your feedback via the ASP.NET MVC UserVoice portal or the Public forums

What's new across all Telerik products?

See the updates feed

Next Steps Section Background

Next Steps

Launch demos

See UI for ASP.NET MVC in action and check out how much it can do out-of-the-box.

Compare pricing

Check out the offers. Purchase an individual suite, or treat yourself to one of our bundles.

Download Free Trial

Try UI for ASP.NET MVC with dedicated technical support.