devexpress

Devexpress or Telerik Controls comparison [closed]

牧云@^-^@ 提交于 2019-11-30 01:26:16
I am looking into purchasing either dev express or telerik to aid in the development of our applications. We are mainly an asp.net outfit but we are starting to make more and more use of silverlight and mvc. I would like to know what people have thought about: Feature set Ease of use Documentation Pricing and Licensing First the disclaimer - I work for DevExpress. And I'll try to give you my fair answer because the choice and decision is up to you. Generally, both Suites will seem similar in terms of products and features. However there are some key differences which can be advantageous for

图文详细解说DevExpress 2015新版亮点【附文档下载】

♀尐吖头ヾ 提交于 2019-11-29 22:28:58
历时两个月,翻译自官网的更新说明文档,最后整理成册,文末附PDF地址。 DevExpress 在今年6月份发布了正式的2015版本,2015在旧版基础上有明显的升级改进,尤其是DevExtreme、Winforms、VCL几个控件更新比较多。 文档目录: 【DevExpress v15.1新版亮点】DevExtreme控件升级(一) 【DevExpress v15.1新版亮点】DevExtreme控件升级(二) 【DevExpress v15.1新版亮点】DevExtreme控件升级(三) 【DevExpress v15.1新版亮点】CodeRush控件功能增强 【DevExpress v15.1新版亮点】WinForms控件功能升级(一) 【DevExpress v15.1新版亮点】WinForms控件功能升级(二) 【DevExpress v15.1新版亮点】WinForms控件功能升级(三) 【DevExpress v15.1新版亮点】WinForms控件功能升级(四) 【DevExpress v15.1新版亮点】WinForms控件功能升级(五) 【DevExpress v15.1新版亮点】VCL控件功能增强(一) 【DevExpress v15.1新版亮点】VCL控件功能增强(二) 【DevExpress v15.1新版亮点】VCL控件功能增强(三)

DevExpress controls for WPF load time

那年仲夏 提交于 2019-11-29 13:53:11
When i use DevExpress controls for WPF-load time of the window on which they are declared-increases. But on second access-it loads fast. Isnt there a way to preload all of needed dll/themes on program startup (let it took 5-10 secs!), but load them fast in overall program? I've searched a bit, found something like this: private static void RunTypeInitializers(Assembly a) { Type[] types = a.GetExportedTypes(); for (int i = 0; i < types.Length; i++) { RuntimeHelpers.RunClassConstructor(types[i].TypeHandle); } } private static void PreloadControls() { ThemeManager.ApplicationThemeName = Theme

Exporting Several XtraGrid Controls to a Single Excel File

空扰寡人 提交于 2019-11-29 12:36:25
I've got several XtraGrid Controls each one containing different information, I get some information about the way in which you can export a XtraGrid to an Excel file in the following direction http://www.devexpress.com/Support/Center/p/Q362120.aspx Now Is there any way to export the each XtraGrid Control to a single Excel file so that every XtraGrid information is exported to a different excel sheet. I tried setting the exporting path direction to the same Excel file, but when the first exporting process is done, the second exporting process just overrides the excel file and so on. I tried

The type X in Y conflicts with the imported type X in Z [closed]

柔情痞子 提交于 2019-11-29 05:57:37
I have the following warning on a interface : The type 'DevExpress.Data.Browsing.Design.IColumnImageProvider' in c:\Users[MyUser]\Documents\Visual Studio 2013\Projects\MyProject\MyProject\ReportFiles\CustomReportFieldListIcons.cs conflicts with the imported type 'DevExpress.Data.Browsing.Design.IColumnImageProvider' in 'C:\Program Files(x86)\DevExpress\DXperience13.1\Bin\Framework\DevExpress.XtraTreeList.v13.1.dll' Using the type defined in 'c:\Users[MyUser]\Documents\Visual Studio 2012\PRojects\XtraReportTest\XtraReportTest\ReportFiles\CustomReportFieldListIcons.cs' Why? I have checked the

DevExpress MVC GridView - How to get cell click event

拥有回忆 提交于 2019-11-29 04:08:51
Using DevExpress's GridView, I would like to trigger a (clientside) event when a cell is selected (or simply clicked on). There already is a way to get the click events for an entire row, but neither fiddling around nor the documentation gives me any clue how to achieve this for cells. This is what I have for rows: Html.DevExpress().GridView(settings => { // removed a lot of code here settings.ClientSideEvents.RowDblClick = "OnGridRowDblClick"; }).Bind(Model).GetHtml() Which will cause the javascript function OnGridRowDblClick to be called when a row is double clicked. Ideally there should be

Devexpress or Telerik Controls comparison [closed]

独自空忆成欢 提交于 2019-11-28 20:53:32
问题 I am looking into purchasing either dev express or telerik to aid in the development of our applications. We are mainly an asp.net outfit but we are starting to make more and more use of silverlight and mvc. I would like to know what people have thought about: Feature set Ease of use Documentation Pricing and Licensing 回答1: First the disclaimer - I work for DevExpress. And I'll try to give you my fair answer because the choice and decision is up to you. Generally, both Suites will seem

DevExpress WinForms使用教程:WinForms Sunburst控件

Deadly 提交于 2019-11-28 14:56:14
【 DevExpress WinForms v18.2下载 】 DevExpress WinForms v18.2中包含了一个新的WinForms组件 - WinForms Sunburst,它旨在帮助开发人员以吸引人的紧凑和可视化方式表示分层数据。DevExpress Sunburst Control使用圆形布局显示层次结构的不同级别,最里面的圆圈代表顶层。 同样, TreeMap Control 可以与类似的方式使用。与Sunburst不同,DevExpress TreeMap使用矩形来显示值。 这使您可以快速比较各个层次结构之间的数据。 Sunburst Control将为开发人员和最终用户提供不同的视角,它使用圆形段来可视化相同的数据集,并显示外层次结构级别与内部层次结构的关系,其父节点下的每个段的角度与其值成比例。 如果您已了解TreeMap的数据源初始化策略,则可以快速设置Sunburst控件,因为它使用类似的适配器(SunburstHierarchicalDataAdapter,SunburstFlatDataAdapter)来显示来自分层数据集和平面数据表的数据。 var dataAdapter = new SunburstHierarchicalDataAdapter(); dataAdapter.Mappings.Add(new

DevExpress 2014年中文视频教程合集

筅森魡賤 提交于 2019-11-28 13:21:33
DevExpress ASP.NET DXperience ASP.NET套包产品介绍 Ajax扩展组件及功能 使用ASPxMenuPopupMenu实现弹出菜单功能 使用ASPxGridView实现主从数据关系的呈现 ASPxGridView非绑定列的创建 XtraReports参数查询功能 DevExpress Winforms DXperience WinForms套包产品介绍 DXperience安装与注册 SkinEditor工具的使用 XtraGrid自定义单元格样式 XtraReports报表数据的动态填充 eXpress Persistent Objects (XPO) 使用XPO创建一个Data-Aware应用程序 XPO四大基类的介绍 其他 (包含一些公开课视频) DevExpress ASP.NET MVC GridView - 如何设置多行和即时更新 DXperience性能优化方案 DevExpress2014.1新版发布会(一) DevExpress2014.1新版发布会(二) DevExpress2014.1新版发布会(三) DevExpress 2014.2新版发布会 DevExpress 2014.2答疑公开课 via: evget 推荐图文教程合集: http://my.oschina.net/u/1163318/blog/362638 来源:

2015年DevExpress资源汇总(文档、视频、Demo、更新)

限于喜欢 提交于 2019-11-28 11:13:58
原文: http://devexpresscn.com/Resources/Documentation-513.html DevExpress v15.1更新说明 | PDF完整版文档下载 【DevExpress v15.1新版亮点】DevExtreme控件升级(一) 【DevExpress v15.1新版亮点】DevExtreme控件升级(二) 【DevExpress v15.1新版亮点】DevExtreme控件升级(三) 【DevExpress v15.1新版亮点】CodeRush控件功能增强 【DevExpress v15.1新版亮点】WinForms控件功能升级(一) 【DevExpress v15.1新版亮点】WinForms控件功能升级(二) 【DevExpress v15.1新版亮点】WinForms控件功能升级(三) 【DevExpress v15.1新版亮点】WinForms控件功能升级(四) 【DevExpress v15.1新版亮点】WinForms控件功能升级(五) 【DevExpress v15.1新版亮点】VCL控件功能增强(一) 【DevExpress v15.1新版亮点】VCL控件功能增强(二) 【DevExpress v15.1新版亮点】VCL控件功能增强(三) 【DevExpress v15.1新版亮点】TestCafe功能升级