devexpress

Calculating a ASPxGridview Column in DevExpress

瘦欲@ 提交于 2019-12-31 06:57:26
问题 I have a ASPxGridview (Normally 21 column but i just want process 4 column). Every column has a decimal value. MV_EDDIE column is empty. What i want is, calculating programmaticly , MV_EDDIE columns is RISK_EUR - (IPOTEK + MV_BERND) only in GroupSummary and TotalSummary . For example; If RISK_EUR = 100 IPOTEK = 40 MV_BERND = 50 Then MV_EDDIE column should be 100 - (40 + 50) = 10 How can i do that? NOTE : I have a Sql like this SELECT A.HESAP_NO, A.TEKLIF_NO1 || '/' || A.TEKLIF_NO2 AS TEKLIF,

DevExpress GridControl Unbound Columns

断了今生、忘了曾经 提交于 2019-12-31 05:25:11
问题 I would like to know how to properly add a unbound column into a gridview. I've added a unbound column in the designer (set the unbound type, display format and all) but whenever I run the application, try to change the value of the unbound column and loses its focus the value is not saved (even the display format is not displaying correctly when I'm changing it). I must be doing something wrong. I need help guys! Much appreciated! 回答1: Unbound column does not provide a storage to save its

Winform中实现更改DevExpress的RadioGroup的选项时更改其他控件(TextEdit、ColorPickEdit)的值

限于喜欢 提交于 2019-12-27 09:31:54
场景 Winform中实现读取xml配置文件并动态配置ZedGraph的RadioGroup的选项: https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/100540708 在上面实现了将RadioGroup的选项根据配置文件动态配置后, 比如这里有三个选项,在更改选项时会对其他的控件的值进行更改。 效果 关注公众号 霸道的程序猿 获取编程相关电子书、教程推送与免费下载。 大量编程视频教程: https://space.bilibili.com/164396311 实现 首先在窗体的加载完成的方法中,实现对其他控件默认属性的赋值。 具体可以参照上面的博客。 //将默认选择项的值赋给其他控件 this.textEdit1.Text = selectedRadio.Max.ToString(); this.textEdit2.Text = selectedRadio.Min.ToString(); this.colorPickEdit1.Text = selectedRadio.Color.ToString(); 然后在窗体设页面找到RadioGroup控件-右击-属性 找到小闪电下的事件列表中的SelectedIndexChanged事件,双击进入其方法的编写中。 private void radioGroup1

Visual Studio Warning “Content is not allowed” in ASP.NET project

时光毁灭记忆、已成空白 提交于 2019-12-25 16:24:30
问题 I am just started working as a programmer last month, so there will be plenty of newbie question come from me, stay tuned... I am now working on modify the provided template (from DevExpress) to create new web form using ASP.NET 2.0 on Visual Studio 2008. While the functionality of that web form is there, I am in the process of get rid of ninety something warning message, most of them come from the provided template. One of them puzzled me for a while is this one: "Warning 75 Content is not

Compile time error when styling BaseView like LoadingDecorator

岁酱吖の 提交于 2019-12-25 14:10:08
问题 For instance I have the next code for my BaseView: using System.Windows; using DevExpress.Xpf.Core; namespace Infrastructure.BaseView { public class BaseView : LoadingDecorator { public BaseView() { Style = FindResource("BaseViewStyle") as Style; } } } Style: <Style TargetType="{x:Type baseView:BaseView}" x:Key="BaseViewStyle" > <Setter Property="OwnerLock" Value="InputOnly"/> <Style.Triggers> <DataTrigger Binding="{Binding State}" d:DataContext="{d:DesignInstance Type=baseViewModel

DevExpress v15.1:XAF控件升级

强颜欢笑 提交于 2019-12-25 11:20:20
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> < 下载最新版DevExpress eXpressApp Framework(XAF) v15.1 > 为触摸设备优化网页模板和主题(CTP) 此版本包含了一个新的Web主题,专为设计XAF web应用程序和构建新的页面模板。这些改进将显著提高XAF网站在触摸设备上的使用情况。 发布声明模块 声明模块现在已经发布并可以在环境中使用,新版本的变化包括: 新增打开具有通知项目的相关业务对象的可编辑详细信息视图的功能; 当在状态栏中只有一定数量的项目改变和弹出式不显示时,通知不显眼; 显示所有的或只推迟项目的功能;API重构,全面稳定和性能增强。 在工作流模块中支持实体框架 现在,您可以结合Microsoft ADO.NET Entity Framework来使用工作流模块,工作流模块集成了对Windows Workflow Foundation(WF) 4.0/4.5的支持到XAF中。WF是一个工作流管理框架,旨在帮助您创建更易于管理的工作流应用程序。 改进Web应用程序性能 我们已经减少了在以下情形中web浏览器的请求数量: 当第一次打开一个应用程序页面时; 当刷新一个页面时; 当显示一个弹出窗口时。 最后一项代表客户需要创建高标准的复杂弹出窗体,并且XAF

DevExpress Dashboard for .NET简化商业智能开发

自闭症网瘾萝莉.ら 提交于 2019-12-25 10:55:43
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 目前企业都在回顾自己的数据,之前已经积累的大量数据,现在通过软件技术,能够系统直观的体现出来。我们公司最近考察了一些工具,贵的也有,简单的也有,但是对于一般的企业,开发一套简单且符合自己需求的才是最好的。由于我们原来已经使用了Devexpress的.NET组件,最近查看Devexpress最新版发现它还提供了一个新的DevExpress Dashboard for .NET,于是赶快拿来看了一下。 一个典型的 Dashboard视图无有以下几种部件组成: 透视表(数据钻取,过滤,行列交叉) 图表 卡片 网格 仪表盘 范围选择器 用这些部件,我们将数据列到网格中,可以导入到透视表中,通过行列交叉,找出数据的相关性,也可以将数据绑定到图表,分析数据的波动,占比和趋势,也可以将关键数值通过仪表盘图形方式展示。公司的决策层或者商业人员可以通过这个数据驾驶舱,如驾驶飞机员一样,一幕了然的从图形中看到当前的状况。比如我们的销售一打开系统,就看到自己的销售状况和数据,老板打开,看到整个销售状况和财务状况等。 DevExpress Dashboard提供了一个设计器,它能可视化的配置页面的内容,无需写一行代码。 DevExpress Dashboard的费用也是非常低的,只要你有 Devexpress的宇宙版

开启.NET Core 3时代,DevExpress v19.2.5带你全新启航

放肆的年华 提交于 2019-12-25 10:51:39
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> DevExpress Universal Subscription (又名DevExpress宇宙版或DXperience Universal Suite)是全球使用广泛的.NET用户界面控件套包,DevExpress广泛应用于企业内容管理、 成本管控、进程监督、工业制造、生产调度等。 【适用范围】:各种桌面、Web应用程序及移动开发,尤擅长Winforms、ASP.NET、WPF应用程序开发,广泛应用于ECM企业内容管理、 成本管控、进程监督、生产调度,在企业/政务信息化管理中占据一席重要之地。 DevExpress v19.2.5完整版下载 具体更新内容如下: 这个列表包含了19.2.5中引入的所有重大更改。 ASP.NET Core Dashboard API T835220 - CanCreateNewJsonDataSource属性已重命名为AllowCreateNewJsonConnection eXpress Persistent Objects API T844377 - IObjectLayerAsync接口已更改 eXpressApp Framework API T838560 - Core - ViewShortcut的空字段已过时 UI T822459 - Export to CSV

Binding data in DevExpress Treelist from database

老子叫甜甜 提交于 2019-12-25 09:45:29
问题 In my project i have a UserControl named SubControl. In that UserControl which contains TreeList and two Button . the button used to focus the next and previous row of the treelist. In another project I have another UserControl named MainControl various controls and Here i'm using the SubControl. What my problem is, From MainControl i can't able to bind the data into the treelist from the database. SqlConnection SqlCon = new SqlConnection("Data Source=source; Initial Catalog=dbname;

Casting Devexpress gridview column to CheckedListBoxItem c#

北城以北 提交于 2019-12-25 09:12:02
问题 I have a column int my gridview with CheckedListBoxItem type.I need the value of this in my submit button as you can see here : private void btnSave_ItemClick_1(object sender, ItemClickEventArgs e) { gridView.CloseEditor(); Convert.ToDateTime(gridView.GetRowCellValue(rowHandle, "ReturnDateTime")); CheckedListBoxItem confirms =(CheckedListBoxItem)(gridView.GetRowCellValue(rowHandle, "Confirm")); } , My confirms is not ,i think because of GetRowCellValue because it returns string .how can i use