devexpress

DevExpress Winform 利用GridControl开发的会计凭证控件

江枫思渺然 提交于 2019-12-21 05:50:07
总所周知,Dev的控件功能很强大,很多winform的使用者都在用这套控件,做会计这块功能的很多都会用到会计凭证界面,据我所知,目前网上很少有dev的控件来实现这个界面的,很多人都是利用原生datagridview来绘制,虽然功能基本能实现,但是界面风格不统一,为了保持界面的统一下,就需要利用dev的gridcontrol控件开发一个会计凭证的界面呢,应某位群友的要求,利用gridcontrol的多表头advBandedGridView来实现这个需求。 界面效果如下: 分位的内容、显示宽度和分位线颜色可以自由控制; 币种下拉数据源可以绑定; 支持数据源绑定。 如有需要的,可以咨询购买,控件是封装成用户控件,使用起来灵活方便。 售货方式: 1、只购买封装好的dll,引用即可; 2、源码出售; 具体可以私信详谈。 来源: CSDN 作者: 涛神-Dev 链接: https://blog.csdn.net/u012097590/article/details/103592693

How can I serialize a DevExpress XtraReport report design

走远了吗. 提交于 2019-12-21 04:23:07
问题 I need to serialize a report design. This is the scenario: The app has base reports, let's say "Sales Report" with a set of pre-defined columns and design, like the corp. logo in the header. The users needs to have the ability to change that layout adding, for example, a footer with the office address, or page numbers. For doing that they need to edit the report, enter the designer and add/change what they need. This changed report layout needs to be serialized to be stored in the database

“Not Responding” in window title when running in new process

你说的曾经没有我的故事 提交于 2019-12-21 03:40:10
问题 I have a long running method that must run on UI thread. (Devex - gridView.CopyToClipboard() ) I do not need the UI to be responsive while copying and I added a splash screen so the user isn't bored out of his mind. When I run this program all is well. Trouble starts when I run a different program which in turn starts a new process and runs the program on it. After a few seconds of copying the title reads (Not Responding) and the mouse cursor shows busy, it of course clears up within a few

DevExpress GridControl cells' inner text selectable but not editable

自闭症网瘾萝莉.ら 提交于 2019-12-20 07:29:02
问题 GridControl is working like~ Excel natively: Clicking once on the cell selects it . Copy copies the cell value and the header. Clicking twice on the cell selects the inner text . Copy copies only the inner text. I am working on preventing the cell edition hooking the ShowingEditor event, setting the edition to e.Cancel . However this prevents the behaviour 2. above. I'd like to still be able to select the inner text for copy , just that I'd like it to be not editable . Would you know how to

Cannot find RowClickEventArgs in DevexpressGridView

倾然丶 夕夏残阳落幕 提交于 2019-12-20 06:24:29
问题 I'm a new to DevexpressGridView . I have a Dev Grid in my webpage, and I want to handle the RowClick Event like: private void GridView1_RowClick(object sender, RowClickEventArgs e) { if(a row is selected)// how??? Button1.Visible=true; } But when it has an error: "cannot resolve symbol RowClickEventArgs" , this is first time I know about Devexpress. So I wonder if my RowClickEventArgs syntax is wrong??? I've tried to find the solution by searching google for many times, but I still cannot get

Cannot find RowClickEventArgs in DevexpressGridView

守給你的承諾、 提交于 2019-12-20 06:23:41
问题 I'm a new to DevexpressGridView . I have a Dev Grid in my webpage, and I want to handle the RowClick Event like: private void GridView1_RowClick(object sender, RowClickEventArgs e) { if(a row is selected)// how??? Button1.Visible=true; } But when it has an error: "cannot resolve symbol RowClickEventArgs" , this is first time I know about Devexpress. So I wonder if my RowClickEventArgs syntax is wrong??? I've tried to find the solution by searching google for many times, but I still cannot get

VB.NET XtraGrid Change cell color after its value is edited

隐身守侯 提交于 2019-12-20 05:46:10
问题 How can I change the XtrsGrid's (GridControl) cell background after its value has been updated/changed/edited? Can I do it in following event: AddHandler grdView.RowCellStyle, AddressOf grdView_RowCellStyle But this changes the color of whole Grid cells. Private Sub grdView_RowCellStyle(sender As Object, e As RowCellStyleEventArgs) e.Appearance.BackColor = Color.Blue End Sub EDIT: I need to turn every cell color change whenever a cell value is changed. 回答1: I finally managed to do it in the

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

不羁的心 提交于 2019-12-20 00:07:44
用户界面套包DevExpress v18.1日前正式发布,本站将以连载的形式为大家介绍各版本新增内容。本文将介绍了DevExpress Analytics Dashboard v18.1 的新功能,快来下载试用新版本! 点击下载>> WPF Dashboard Viewer 全新的Dashboard Viewer for WPF正式发布,它具有与WinForms版本相同的可视化功能。DevExpress WPF Dashboard Viewer支持异步数据加载、模板和DevExpress Visual Themes。 Web Dashboard Mobile Layout Dashboard Mobile Layout于2017年12月首次作为社区预览版发布,该产品现可用于商业应用程序。 从绑定菜单创建计算字段 最终用户现在可以直接从仪表板项目的绑定菜单中创建计算字段。 支持.NET Core 在此版本中,DevExpress Web Dashboard可用于ASP.NET Core应用程序。Web Dashboard for ASP.NET Core支持完整的.NET Framework runtime和modern .NET Core runtime - 允许您在Mac和Linux PC上托管应用程序。 Web Dashboard Designer - SQL语法高亮显示

如何将项目中繁多DevExpress的dll存放到指定文件夹

放肆的年华 提交于 2019-12-19 22:00:46
一个标准的Dev项目,一般情况下都会引用到众多的DevExpress的相关dll,如果全部在启动路径下的话,着实不雅。所以有必要把Dev的这些dll存放到指定路径,也方便管理,步骤如下 1、在项目中,将Dev的所有dll的复制到本地的属性修改成false; 2、为项目添加一个配置文件app.config,并复制以下内容,其中devdlls即为你要存放的dev的相关dll文件夹名 <?xml version="1.0" encoding="utf-8" ?> <configuration> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <probing privatePath="devdlls"/> </assemblyBinding> </runtime> </configuration> 3、在启动路径下创建(bin\debug或者bin\release ,即为你启动exe路径)文件夹devdlls 4、利用dev 提供的项目dll分析工具DevExpress Assembly Deployment Tool 分析当前项目用到的相关Dev的dll,并且将分析后的dev 的程序集deploy到刚才的devdlls路径下 重新编译即可 注意,如果项目的dev的版本有更新的话

Mixed line-style of same line in DevExtreme chart

若如初见. 提交于 2019-12-19 10:47:32
问题 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