devexpress

Anyone having problems with Delphi-2010 and Norton Internet Security 2010?

回眸只為那壹抹淺笑 提交于 2019-12-11 15:13:11
问题 I just spend the good part of the afternoon trying to find out why some projects, when compiled and run from within the Delphi-2010 IDE produced a 'Security Risk - A program is behaving suspiciously on your computer' warning every time I compiled it. In the end it turned out to be the following: - if version information is turned on 'Include version info in your project' - and you are including one of the Developer Express units (f.i. cxControls) than Norton Internet Security's sonor

How to get gridview cell value in RepositoryItemGridLookupEdit_ValueChanged Event and set in TextEdit?

好久不见. 提交于 2019-12-11 14:13:22
问题 I want to get a cell value particular focused row and previous row ?? I tried this code, object obj1 = gridView1.GetRowCellValue(gridView1.FocusedRowHandle - 1, gridView1.Columns["Each"]); string str1= obj1.ToString(); textEdit1.Text = str1; textEdit1.Text = gridView1.SetRowCellValue(gridView1.FocusedRowHandle, gridView1.Columns["Each"]); but this code works for button but not work here in the RepositoryItemGridLookupEdit_ValueChanged Event or not work in the CustomUnboundDataEvent. I want to

Loop through records on a cxgrid and update a field/column

ⅰ亾dé卋堺 提交于 2019-12-11 13:58:43
问题 I have a cxGrid where I apply a filter to select certain records. When that is done I want to be able to update a field/column in the grid to mark each record that is to be used for the next operation. I haven't been able to figure this out Maybe I haven't been specific enough when describing my problem. I have the cxGrid where I have applied a filter selecting some records. What I then need to do is to click a columnheader and then have a field called fldselected set to True for these

VS 2012 Designer could not be shown

房东的猫 提交于 2019-12-11 13:55:54
问题 I have a UserControl class Employee_EmployeeKeyOneRelationUC that inherit from RelationUC that inherit from RelationBase that inherit from System.Window.Forms.UserControl When I try to open my Employee_EmployeeKeyOneRelationUC in the Designer I have this error : The designer could not be shown for this file because none of the classes within it can be designed. The designer inspected the following classes in the file: Employee_EmployeeKeyOneRelationUC --- The base class 'AstusFMS.Content

DevExpress Xtra Reports Page Break Not Working

大城市里の小女人 提交于 2019-12-11 12:44:46
问题 Working on a project, where I generate graphs dynamically using xtra reports of the dev express suit, and am not bidning the graph to a data source. When I use a datasource to produce labels to test them out, the Detail.PageBreak = DevExpress.XtraReports.UI.PageBreak.AfterBand; works. But if I am generating the labels without a data source, this doesn't work. Does anyone have a clue? 回答1: Source:forcing a conditional page break when a label text changes value To accomplish this task you can

ListBox in devexpress gridview in c#

懵懂的女人 提交于 2019-12-11 12:41:00
问题 I have a gridview as you can see here: As you can see i read the data in materialrequestcontractorId i have a listbox that this listbox reads its value from the database as you can see here: List<MaterialRequestContractor> lstMRC = _materialRequestContractorRepository.Get().ToList(); foreach (MaterialRequestContractor VARIABLE in lstMRC) { LstMaterialRequestContractorId.Items.Add(VARIABLE.Id); } But the problem is i need to show my user the name of my MaterialRequestContractor not its id ,the

Devexpress - How do I base a Gridcontrol's data on the sorted/filtered data from another GridControl?

对着背影说爱祢 提交于 2019-12-11 12:10:59
问题 I have two GridControls on my form. One is a fairly large dataset, including a column named Score. I want my other GridControl to show a subset of this (e.g. Top 3 and Bottom 3 based on the values of Score). How can I best accomplish this? If it were the same GridControl I imagine I could just use a different view, but since it's completely separate, should I just grab a copy of the view, filter/sort the data and display it as a new dataset? Or is there a way to link my second GridControl's

How to get the selected row values of DevExpress GridControl in WPF?

我是研究僧i 提交于 2019-12-11 10:43:23
问题 I asked this question in Oct, 2012 when I was working on windows application. now when I turn to WPF application, I get the same problem again i.e How to get the selected row values of DevExpress GridControl in WPF ? I've failed to find my answer on google and none of the answers in the above mentioned link is working. there is nothing like CellClick, RowClick or RowCellClick event in devexpress gridcontrol of wpf as it is in winform gridcontrol. I'll be glad if someone can solve out this

devexpress 15.2.3更新日志

纵然是瞬间 提交于 2019-12-11 10:27:20
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 下面是besy翻译的部分重要更新,要查看全部更新细节请访问英文官网。 | 下载DevExpress 2015.2 Diagram Control 新的DevExpress Diagram Control可以让用户利用复杂的信息图示展示信息,比如data-linked图表、流程图和组织图,DevExpress WPF和Winforms版都新增了这个控件。看看这个新控件都有哪些功能: 110多种图表形状:基本图表、流程图、SDL图形等等 软件图标 仿Visio的界面主题:Office, Linear, Integral, Daybreak, Parallel, Sequence 和 Lines,当然你还可以自定义主题 连接器(直的、弯的和直角的) 15种预制好的连接箭头 一种基于算法的自动连接路由 自动化的形状布局 End-User图形设计器 Open/Save图形 WinForms Toolbox Control 15.2新增了一种仿Visio的工具箱控件,主要功能: 不限项目数量 项目组/类别 搜索框 最小化控件 通过菜单快速访问项目组 用事件处理外部下拉操作 WPF Report Designer (CTP) WPF报表设计器是一个功能非常丰富的最终用户报表工具,此次新增的功能如下: 报表向导和数据源向导

用DevExpress做界面开发:仿Office的Winforms界面框架

杀马特。学长 韩版系。学妹 提交于 2019-12-11 10:23:05
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 下面是DevExpress Winforms的几种Demo示例图 | 下载Universal安装包 就可以马上体验这些示例哦! Demo 1: 创建功能和UI元素齐全的Office应用程序,无需MS Office就可以得到Office的所有功能和界面。 Demo 2: 引入了Microsoft创新性的动态CRM,构建触摸友好的Winforms应用程序。 Demo 3: 基于OutLook的应用程序。 Demo 4: 销售仪表盘。 Demo 5: 创建你自己的Office应用程序。 来源: oschina 链接: https://my.oschina.net/u/876556/blog/525831