Whats_new_banner

UI for ASP.NET MVC

Release History

UI for ASP.NET MVC 2013.2918

September 17, 2013

Kendo UI Web

Framework Constructs

What’s New

  • Added: Scheduler widget RTM release
  • Added: Allow widgets to work with border-box sizing model
  • Added: IE11 support
  • Added: Support for TypeScritp 0.9.1. Use boolean instead of bool.

What’s Fixed

  • Fixed: JQueryPromise is not a generic type and breaks TypeScript 0.9 definitions
  • Fixed: kendo.View can't render a template that has multiple top level items
  • Fixed: jQuery source map file is omitted
  • Fixed: fade/zoom startValue/endValue do not work as expected
  • Fixed: Some IE10 versions throw an Access denied JS error when Kendo UI is inside an iframe
Kendo UI DataSource Icon

DataSource

What’s Fixed

  • Fixed: DataSource prefetch doesn't respect schema fields defintion
  • Fixed: Filtering with empty list of descriptors does not work with OData transport
  • Fixed: min aggregate reports incorrect values if data contains null values
  • Fixed: Read operation for complex fields fail to extract correct field name
Kendo UI HierarchicalDataSource Icon

HierarchicalDataSource

What’s Fixed

  • Fixed: parameterMap on child datasources is not called
Kendo UI MVVM Icon

MVVM

What’s Fixed

  • Fixed: Regression in Grid with MultiSelect as editor
  • Fixed: kendo.bind does not support fully qualified roles (like kendo.ui.ListView)
Kendo UI Web Validator Icon

Validator

What’s New

  • Added: validate event

What’s Fixed

  • Fixed: Error is raised when validating a container which contains svg element

UI Widgets Features and Updates

Kendo UI Web AutoComplete Icon

AutoComplete

What’s Fixed

  • Fixed: Widget focuses element on dataSource bind when suggest functionality is enabled
Kendo UI Web ColorPicker Icon

ColorPicker

What’s Fixed

  • Fixed: ColorPicker destroy method has bad performance on large pages
Kendo UI Web ComboBox Icon

ComboBox

What’s Fixed

  • Fixed: Widget looses the caret when the placeholder is removed on focus (IE9 or lower)
  • Fixed: ComboBox does not persists pre-selected text if there is no data
  • Fixed: ComboBox selects first item incorrectly when initialized from SELECT element
Kendo UI Web Date/Time Pickers Icon

Date/Time Pickers

What’s Fixed

  • Fixed: DatePicker does not refresh opened calendar when min value is set
  • Fixed: DateTimePicker does not set min value of the TimeView correctly
Kendo UI Web DropDownList Icon

DropDownList

What’s Fixed

  • Fixed: DropDownList placed in iframe closes popup on click when opened on iOS device
  • Fixed: DropDownList does not select correct item when cascading instantly
  • Fixed: DropDownList does not select optionLabel when initialized from SELECT element
  • Fixed: Widget does not prevent browser's default behavior when SpaceBar is pressed
Kendo UI Web Editor Icon

Editor

What’s New

  • Added: Inline editing of header tags
  • Added: Ability to insert plain text within existing formatting
  • Improvement: Allow toolbar to be broken on arbitrary points

What’s Fixed

  • Fixed: Not encoded editor triggers change event on every blur
  • Fixed: IE8 triggers script error when selecting format in formatting tool
  • Fixed: Cut and paste operations cannot be undone
  • Fixed: Image browser dialog is not centered
  • Fixed: List commands may merge root-level text outside selection
  • Fixed: Custom tools without name are not rendered
  • Fixed: Some formatting is being lost when going to a new paragraph
  • Fixed: Browser controls for image resizing are disabled
  • Fixed: Custom tools do not honor the tooltip property
  • Fixed: Formatting is not preserved when going to new paragraph in FF
  • Fixed: Formatting root-level text to a list in inline editor replaces the widget with its contents
  • Fixed: Floating toolbar disappears when clicking on it in IE8
  • Fixed: Tool groups do not always wrap
  • Fixed: Change event does not trigger for inline editor
Kendo UI Web Grid Icon

Grid

What’s New

  • Improvement: Optimized selection performance when there is no grouping or hierarchy

What’s Fixed

  • Fixed: PopUp edit form is not shown when new item is added in filtered grid
  • Fixed: Grid puts edited cell with a textarea in read-only mode when Enter is pressed
  • Fixed: MultiSelect widget used as editor closes when user clicks outside of the input element
  • Fixed: PopUp containers created for editors in inline edit mode are not destroyed on cancel
  • Fixed: Column menu width changes on opening and moving between the items in IE9
  • Fixed: Groups are duplicated when serverGrouping and virtual scrolling are enabled
  • Fixed: Grid column menu with fields with spaces
  • Fixed: Grid in-cell editing triggers change event when clicking on numeric textbox spinners with navigation enabled
Kendo UI Web ListView Icon

ListView

What’s Fixed

  • Fixed: ListView does not refresh the correct element when the item change modifies the sorting order
Kendo UI Web Menu Icon

Menu

What’s Fixed

  • Fixed: Metro theme: Expand arrow not visible in Menu sub items when parent item is hovered
  • Fixed: SubMenuItems added via API do not have class k-first / k-last applied
  • Fixed: Menu prevents clicks on LABEL elements
Kendo UI Web MultiSelect Icon

MultiSelect

What’s Fixed

  • Fixed: Regression in Grid with MultiSelect as editor
  • Fixed: Widget makes remote request when trying to select an empty array as value
  • Fixed: MultiSelect sends placeholder value on filter
Kendo UI Web Scheduler Icon

Scheduler

What’s New

  • Added: resource title, field and name to event template resources
  • Added: move, moveStart and moveEnd events
  • Added: RTL support
  • Added: Support for DTSTART and DTEND recurrence rule
  • Added: Show 24 hours button
  • Improvement: raise add event when adding new event

What’s Fixed

  • Fixed: Agenda view does not filter grouped events correctly
  • Fixed: Widget does not honor WKST value of recurring rule
  • Fixed: Edit popup closes in IE7 when trying to open dropdownlist widget
  • Fixed: Delete confirmation message is not shown when editor template is defined
  • Fixed: Month view more button does not work if editable is set to false
  • Fixed: Delete button is not hidden in non editable agenda view
  • Fixed: Header titles of the MonthView are displaced if German culture is used
  • Fixed: Resource grouping on string value results in an error
  • Fixed: Tooltip for event title with double quotes is not rendered correctly
  • Fixed: RecurrenceEditor is rendered incorrectly when the scheduler is globalized
  • Fixed: Validator cannot find the element of the resource editor
Kendo UI Web Slider Icon

Slider

What’s Fixed

  • Fixed: Vertical Slider layout is incorrect in Kendo UI Mobile App
Kendo UI Web Splitter Icon

Splitter

What’s New

  • Added: append, insertAfter, insertBefore methods
  • Added: Error event, triggered when AJAX requests fail

What’s Fixed

  • Fixed: Splitter pane resizing does not work if only one pane exists initially and another one is added via API
  • Fixed: layoutChange event is triggered exponentially for each nested splitter
Kendo UI Web ToolTip Icon

Tooltip

What’s Fixed

  • Fixed: Width and height cannot be set declaratively
Kendo UI Web TreeView Icon

TreeView

What’s New

  • Added: Introduced success callback for append() in scenarios when appending nodes to unfetched async parents
  • Added: Checkbox name can be changed through the fluent API

What’s Fixed

  • Fixed: Double initialization on the same element causes bottomless recursion
  • Fixed: Widget is unresponsive when initializing from UL with a datasource
  • Fixed: Calling setValid in drop event does not set valid field
  • Fixed: Disabling dragAndDrop using setOptions() has no effect
  • Fixed: Item templates that access state fields suppress expand/collapse/select functionality
  • Fixed: dragEnd event triggers before dragged node has been rendered on new location
Kendo UI Web Upload Icon

Upload

What’s New

  • Added: Allow saveUrl to be set in upload event

What’s Fixed

  • Fixed: Upload button has no margin in async mode in IE7-9
Kendo UI Web Window Icon

Window

What’s New

  • Added: Option for customization of initial z-index value through CSS

What’s Fixed

  • Fixed: setOptions of the Window object does not work with the resizable option
  • Fixed: Setting draggable option through setOptions method has no effect

ASP.NET MVC Server Wrappers

What’s New

  • Added: editor templates for Url / Email / Password data types
  • Added: (ComboBox) Render the posted text only if the widget has value
  • Added: (Grid) ClientAltRowTemplate() method
  • Added: (Scheduler) Resize option in the Editable settings of the Scheduler
  • Added: (Scheduler) Support for setting EditorTemplate

What’s Fixed

  • Fixed: (DataSource) Filter on expression that doesn't have field name
  • Fixed: (Editor) Uploaded image is shown as undefined in ImageBrowser
  • Fixed: (Editor) ImageBrowser sends a request to create a new image/folder for each item in the data
  • Fixed: (Grid) Filter operators are not set correctly when culture is different than the default one
  • Fixed: (Grid) Wrapper does not render Refresh pageable message
  • Fixed: (Grid) Invalid template errors when using nested grids and the AntiXssLibrary
  • Fixed: (Grid) Server filtering doesn't work with filter values containing "&"
  • Fixed (Grid) hierarchy throws exception for French culture
  • Fixed: (Grid) Groups are duplicated when serverGrouping and virtual scrolling are enabled
  • Fixed: (Grid) An exception is thrown when using a ForeignKey column and binding to a DataTable
  • Fixed: (Grid) Delete command is triggered for master Grid when the delete button in a detail Grid with server editing is clicked
  • Fixed: (Grid) URL parameters different from these of Server Bound Grid are re-appended on each grid request
  • Fixed: (Validator) The string length validation is triggered for an empty input
  • Fixed: (Validator) The regex validation is triggered for an empty input

Kendo UI DataViz

Framework Constructs

What’s New

  • Added: Ability to set skip and step to major/minor grid lines and ticks
  • Added: IE11 support
  • Added: Type to category axis to allow overriding automatic type selection
  • Improvement: setOptions now calls redraw implicitly

What’s Fixed

  • Fixed: jQuery source map file is omitted
  • Fixed: renderAs can't be set with data attributes
  • Fixed: Series aggregates do not work for compound fields (xxx.yyy)
  • Fixed: Chart in RTL mode causes the page width to expand
  • Fixed: Cursor rendering should work in vml
  • Fixed: Series points are not bound if the aggregate returns object with fields (regression)
  • Fixed: seriesColors can't be set through data attributes
  • Fixed: Note text is lost if series values are aggregated (e.g. date series)
  • Fixed: Categorical charts should work with string values
  • Fixed: Aggregates should work with value null
  • Fixed: Lines are thicker than the set width (VML)
  • Fixed: Highlight is not applied to line series
  • Fixed: Hint template should not render html as string

UI Widgets Features and Updates

Kendo UI DataViz Barcode Icon

Barcode

What’s New

  • Improvement: Improved edge sharpness for SVG and Canvas rendering
Kendo UI BulletGraph Area Chart Icon

BulletChart

What’s Fixed

  • Fixed: Target is visible when the bullet chart has no data
Kendo UI DataViz Gauge Icon

Linear/Radial Gauge

What’s Fixed

  • Fixed: Add labels position to the radial scale
Kendo UI DataViz QRCode Icon

QRCode

What’s New

  • Improvement: Improved QR code VML rendering
  • Improvement: Improved edge sharpness for SVG and Canvas rendering
Kendo UI DataViz Stock Chart Icon

Stock Chart

What’s Fixed

  • Fixed: The navigator pane is not documented/accessible
  • Fixed: The navigator categoryAxis is not documented/accessible
  • Fixed: Stock chart selection does not always expand fully

ASP.NET MVC Server Wrappers

What’s New

  • Added: editor templates for Url / Email / Password data types
  • Added (Chart) missing PlotArea Opacity setting
  • Added: (Chart) WeekStartDay option to date category axis

What’s Fixed

  • Fixed: (DataSource) Filter on expression that doesn't have field name
  • Fixed: (Radial Gauge) RangeSize and RangeDistance options are missing in MVC wrappers

Kendo UI Mobile

Framework Constructs

What’s New

  • Added: iOS 7 support
  • Added: IE11 support
  • Added: phone icon to the Kendo UI Mobile icon font

What’s Fixed

  • Fixed: jQuery source map file is omitted
  • Fixed: Footer disappears after multiple transitions when default transition type set to fade
  • Fixed: Allow Mobile to specify `initial` remote view without a view in the DOM yet
  • Fixed: Incorrect behaviour of the input type="range" in Chrome/Android

UI Widgets Features and Updates

Kendo UI Mobile ActionSheet Icon

ActionSheet

What’s Fixed

  • Fixed: ActionSheet is not responding to device orientation
Kendo UI Mobile Application Icon

Application

What’s New

  • Added: statusBarStyle configuration option to control status bar style meta in iOS
  • Added: useNativeScrolling configuration option to stop Scroller application wide
Kendo UI Mobile Drawer Icon

Drawer

What’s Fixed

  • Fixed: destroy method does not work
  • Fixed: Drawer does not work with SplitView
  • Fixed: Expanding and collapsing drawer results in horizontal scrolling
  • Fixed: Setting data-stretch="true" of a View prevents Drawer from opening
Kendo UI Mobile ListView Icon

ListView

What’s Fixed

  • Fixed: Checkboxes added to ListView items not showing, when grouping is enabled
  • Fixed: Enabled grouping on Mobile ListView using remote data breaks the item's link behaviour
  • Fixed: declarative pull to refresh configuration does not work with MVVM
  • Fixed: Spinner is incorrectly displayed when listview with endless scrolling is filtered
Kendo UI Mobile PopOver Icon

PopOver

What’s Fixed

  • Fixed: PopOver not shown on correct position when used .open()
Kendo UI Mobile ScrollView Icon

ScrollView

What’s Fixed

  • Fixed: ScrollView's autoBind option cannot be set via data attribute
  • Fixed: Automatically closes when initialized on a TabStrip item
Kendo UI Mobile SplitView Icon

SplitView

What’s Fixed

  • Fixed: Splitview pane loading setting does not work as expected
  • Fixed: Splitview pane initial setting does not work as expected
Kendo UI Mobile Switch Icon

Switch

What’s Fixed

  • Fixed: Widget doesn't refresh properly on View show
Kendo UI Mobile TabStrip Icon

TabStrip

What’s New

  • Added: Created a public method for tab switch by index or by full URL

What’s Fixed

  • Fixed: TabStrip's last item is cut when switching device orientations
  • Fixed: WP8 TabStrip renders text on the same row as the icon

ASP.NET MVC Server Wrappers

What’s New

  • Added: editor templates for Url / Email / Password data types

What’s Fixed

  • Fixed: (DataSource) Filter on expression that doesn't have field name

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.