devextreme

ng2 - DevExtreme vs Telerik Kendo UI [closed]

爷,独闯天下 提交于 2019-12-05 19:02:49
Closed . This question is opinion-based . It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post . Closed last year . We are starting a new software using Angular2, typescript and HTML5. We have 2 options for UI components: - DevExtreme - Telerik Kendo UI Which one is better? Thanks We faced the same question, or almost the same: KendoUI, DevExtreme or IgniteUI for a new application where the UI is build in Angular2. Our PoC led to the choice of DevExtreme. The main reason was the extensive

DevExtreme and Aurelia integration

我的梦境 提交于 2019-12-05 13:28:49
DevExtreme support angular directives as shown on this example page for dxDataGrid . How can I achieve the same with Aurelia? Examples showing the integration: https://www.youtube.com/watch?v=iIZj6hOFg0o http://blog.falafel.com/getting-started-with-devexpress-and-angularjs/ DevExtreme does not support integration with Aurelia out-of-the-box. But you can try to create the Custom Elements for some DevExtreme widget. You may want to check out the work of Stefan Heim. He's created some prototype examples of DevExtreme/Aurelia integration. There's a GitHub repository and demo available: https:/

Devextreme : FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory

拥有回忆 提交于 2019-12-04 04:18:44
问题 Trying to upgrade devextreme version 16.1.7 to 16.2.4 in an angular2 application. 'npm build' fails with error 'FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory' Error details as follows <--- Last few GCs ---> 169161 ms: Mark-sweep 1268.1 (1413.2) -> 1268.1 (1424.2) MB, 1402.3 / 0.0 ms [allocation failure] [GC in old space requested]. 170593 ms: Mark-sweep 1268.1 (1424.2) -> 1268.1 (1424.2) MB, 1431.9 / 0.0 ms [allocation failure] [GC in old space requested].

【干货】界面控件DevExtreme视频教程大汇总!

安稳与你 提交于 2019-12-03 07:07:59
DevExtreme是一款为移动开发者精心准备的,跨平台开发的HTML5/JS框架,可以构建iOS、Android、Tizen和Windows Phone 8应用程序,是Visual Studio开发人员开发跨平台移动产品的优选工具。本文将为您汇总DevExtreme相关的视频教程,以便您学习与使用DevExtreme。 DevExpress DevExtreme 001 DevExpress DevExtreme入门视频一: Getting Started 002 DevExpress DevExtreme入门视频二: 创建跨平台应用程序 003 DevExpress DevExtreme入门视频三: 测试应用程序 004 DevExpress DevExtreme入门视频四: 部署应用程序到Windows Phone 8 005 DevExpress DevExtreme入门视频五: 部署应用程序到Android 006 DevExpress DevExtreme入门视频六: 部署应用程序到iOS DevExtreme PhoneJS 001 DevExtreme PhoneJS入门视频一: Getting Started 002 DevExtreme PhoneJS入门视频二: 部署dxPivot组件 003 DevExtreme PhoneJS入门视频三: 本地化应用程序

Devextreme : FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory

社会主义新天地 提交于 2019-12-01 20:28:18
Trying to upgrade devextreme version 16.1.7 to 16.2.4 in an angular2 application. 'npm build' fails with error 'FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory' Error details as follows <--- Last few GCs ---> 169161 ms: Mark-sweep 1268.1 (1413.2) -> 1268.1 (1424.2) MB, 1402.3 / 0.0 ms [allocation failure] [GC in old space requested]. 170593 ms: Mark-sweep 1268.1 (1424.2) -> 1268.1 (1424.2) MB, 1431.9 / 0.0 ms [allocation failure] [GC in old space requested]. 171955 ms: Mark-sweep 1268.1 (1424.2) -> 1277.1 (1413.2) MB, 1361.6 / 0.0 ms [last resort gc]. 173350

Mixed line-style of same line in DevExtreme chart

守給你的承諾、 提交于 2019-12-01 14:07:03
Hi I'm working for the first time with the charts of the DevExtreme Framework, because I'm searching for a good chart plugin for my web-application, which can solve some of my special requirements. At the moment my chart looks like this (I can't put it in a fiddle or in the stackoverflow snippet, because there I got an error, when a put an external library for globalize/chartjs.js so I copied into the question): HTML: <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>DevExtreme Chart</title> <!--FRAMEWOKR--> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs

DevExpress v18.1新版亮点——DevExtreme篇(一)

柔情痞子 提交于 2019-12-01 01:25:49
用户界面套包DevExpress v18.1日前终于正式发布,本站将以连载的形式为大家介绍各版本新增内容。本文将介绍了 DevExtreme JavaScript Controls v18.1 的新功能,快来下载试用新版本! 点击下载>> Angular Components 服务器端渲染(SSR) DevExtreme Angular组件利用Angular Renderer进行DOM操作(如本机Angular组件),您可以在Angular Universal应用程序中使用组件(在客户端和服务器端都呈现)。 Data Grid & Tree List 增强性能和UX 此版本包括以下性能增强功能: Virtual Column Rendering:在此模式下,网格可以渲染和滚动数千列而不会降低性能。 Virtual Row Rendering:使用大页面大小并使用Pager或Virtual Scrolling时,可加快网格性能。 改进了固定列和列自动宽度的性能。 新版本还使虚拟滚动场景更加用户友好: 在使用本地数据在虚拟模式下滚动DataGrid时删除了“empty space”。 加载指示(在虚拟模式下滚动远程数据)。 集成Filter Builder Data Grid现在包含一个集成的Filter Builder,内置的Filter

DevExpress v18.1新版亮点——DevExtreme篇(四)

断了今生、忘了曾经 提交于 2019-12-01 01:25:40
用户界面套包DevExpress v18.1日前终于正式发布,本站将以连载的形式为大家介绍各版本新增内容。本文将介绍了 DevExtreme JavaScript Controls v18.1 的新功能,快来下载试用新版本! 点击下载>> TypeScript 增强TypeScript功能 DevExtreme API现在使用TypeScript字符串和数字文字类型。 UI Widgets 增强Filter Builder功能 DevExtreme Filter Builder中添加了以下功能: 全新的Between filter operator; 自定义过滤操作。 Form - New 'Button' Item 新的 'Button' item您可以更轻松地添加/自定义表单上使用的按钮。 Form - Range Slider Editor DevExtreme Range Slider现在可用于编辑表单字段值。 Vue Components DevExtreme Vue Wrappers (CTP) v18.1引入了对 Vue 的支持,所有DevExtreme JavaScript小部件现在都可以作为Vue组件使用。 Native Vue Data Grid (CTP) 新版本为VueJS提供原生数据网格组件,作为DevExtreme Reactive

DevExpress v18.1新版亮点——DevExtreme篇(二)

房东的猫 提交于 2019-11-30 09:07:43
用户界面套包DevExpress v18.1日前终于正式发布,本站将以连载的形式为大家介绍各版本新增内容。本文将介绍了 DevExtreme JavaScript Controls v18.1 的新功能,快来下载试用新版本! 点击下载>> 数据可视化 客户端数据聚合 DevExtreme Charts v18.1现在支持以下数据聚合使用方案: 内置数据聚合(平均值,总和,范围,欧姆,计数,最小值,最大值); 自定义聚合函数; 能指定聚合间隔; 能获得聚合点及其原始源点; 在系列级别或整个图表中配置聚合。 条宽和间距 新的自定义增强功能包括: 能为图表中的不同条形系列指定不同的条宽。 能调整条形组之间的间距(两个相邻的标记)。 修复条形或条形组的宽度(以像素为单位)。 Palette Extension模式 新版本包含一个新的'paletteExtensionMode'选项,允许您扩展Chart控件的调色板。此选项使用计算额外颜色的算法,可以使用以下模式: Alternate Extrapolate Blend 本地化 本地化相关增强功能 新版本发布了内置的本地化API,您现在可以本地化字符串并将支持的格式应用于数字、日期和货币,而无需使用任何外部本地化库。 MVC Controls 适用于Visual Studio的CRUD API Scaffolding

DevExpress v18.1新版亮点——DevExtreme篇(三)

て烟熏妆下的殇ゞ 提交于 2019-11-29 20:04:39
用户界面套包DevExpress v18.1日前终于正式发布,本站将以连载的形式为大家介绍各版本新增内容。本文将介绍了 DevExtreme JavaScript Controls v18.1 的新功能,快来下载试用新版本! 点击下载>> Pivot Grid 应用布局按需更改 新版本扩展了PivotGrid API,以便在使用大量数据时提高性能。在此版本中,您可以配置Pivot Grid以在用户完成配置过程后应用布局更改。 React Components React Grid - Tree View Mode DevExtreme React Grid现在支持Tree View模式。在此模式下,网格可以显示分层数据(树状数据源,带有父ID引用的普通列表或任何手动转换为树的自定义结构)并利用内置数据管理功能(排序、过滤、编辑和记录选择)。 React Grid - Column Bands React Data Grid附带了一个新的Bands插件,您可以隐藏、显示和重新排序整个列集,而不是在每个列上执行相同的操作。 DevExtreme React Wrappers (CTP) 新版本附带了超过65个新的React组件(基于现有的DevExtreme小部件),这其中包含了Charts, DataGrid, Scheduler, PivotGrid等。这些React组件的功能集