This page has been archived and is no longer updated.

We do not supply this product anymore.

DevExtreme Mobile

Create mobile apps with HTML5 and JavaScript for different screens and platforms.

Published by DevExpress
Distributed by ComponentSource since 2001

Version: 16.2.4 Updated: Jan 18, 2017

i

New licenses for DevExtreme Mobile are only available as part of DevExtreme and DevExpress Universal. If you own a current or expired DevExtreme Mobile Subscription please contact us for upgrade and/or renewal options.

 

DevExtreme Mobile 16.2.3 released

Released: Dec 14, 2016

Updates in 16.2.3

Features

  • Angular 2 Support (RC)
    • Webpack and Angular CLI Ready - With the v16.2 release, DevExtreme Angular 2 components can be seamlessly used with Webpack and installed into an application created with Angular CLI.
    • DevExtreme Validation - All built-in DevExtreme validation features are now available inside the DevExtreme Angular 2 components. You can use dx-validator, dx-validation-group, dx-validation-summary components and all available validation rules in your Angular 2 application.
    • New Configuration Components - With the v16.2 release, we've introduced two types of configuration components. The first type provides a convenient and efficient way for binding ‘deep’ properties. The second type allows you to declare collection property items (e.g. DataGrid columns, TabPanel tabs, etc.) via markup.
  • MVC Wrappers (RC)
    • Data Editors - Client-Side Validation - This release introduces integrated client-side data validation and error indication. Validation rules can be defined in a model by attaching Data Annotation attributes (e.g. Required, StringLength, etc.) to corresponding properties.
    • Ability to Submit HTML Forms with Nested DevExtreme Editors - With this release, you don't need to write custom code to submit HTML forms with nested DevExtreme editors.
    • Add MVC Wrappers to an Existing Visual Studio Project - Visual Studio developers can now add resources required by ASP.NET MVC Wrappers to an existing MVC project.
  • jQuery 3.x Support
    • DevExtreme is ready to use with jQuery version 3.x.
  • Localization
    • v16.2 introduces ECMAScript Internationalization API support. You can now localize your DevExtreme applications using the Intl global object.
  • Data Visualization
    • Tree Map - Truncate Overflowing Labels.