问题标签 [gridcontrol]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c# - Master-detail grid with IList
I have an IList which I'm passing as a parameter to a Dev Express 10.2 GridControl Datasource. Each "Foo" may have an IList or not. How should I have to do, to make a Master-Detail grid, where the Foos are the master rows, and for each Foo that contains a list of Bars display a "plus" button for displaying "Bar" subtable?
I'm using nHibernate, so, I cannot use datatables/datasets to make this work (as we can see at DevExpress online docs)
I realized that GridControl have a boolean property called EnableMasterViewMode, but I could not make this thing to work. Where I'm doing it wrong?
Here I'm using WinForms.
Thank you in advance.
wpf - WPF 中的 DevExpress ComboBoxEditSettings SelectedChange 事件
我对 ComboboxEdittSetting DevExpress 控件有疑问,因为它没有关联的 SelectedChanged 事件。但我找到了另一种使用方式
这有效的部分原因是,事件并不总是被称为 MouseLeftDown
有人可以帮我解决这个问题吗?,因为我需要通过按下组合框中的事件来运行搜索
对不起,我的英语不好。
谢谢你。
c# - 如何在 WPF 中的 DevExpress GridControl 运行时从后面的代码中删除分组?
我有一个 GridControl,它由 List 使用 Entity 绑定。我在运行时将分组应用于网格。我想在运行时从后面的代码中删除/更改分组列是否可以在 wpf 中?
现在单击按钮我想从后面的代码中删除或更改 WPF 中的分组?
wpf - 更改 GridControl Devexpress WPF 的白色背景
请我需要更改网格控件的背景颜色,我在网格控件和 CardView 中尝试了“”,但尽管我总是尝试白色。
c# - GridControl 中的 ComboBoxEdit 在单击时不显示弹出窗口
我在 GridControl 中有一个 ComboBoxEdit,它嵌入在 LookUpEdit 中。我希望 ComboBoxEdit 显示取决于“Id”和转换器的值。
我的问题:我可以单击 ComboBoxEdit 中带有箭头的按钮,但是没有打开的弹出窗口。好像clickevent没有触发?此外,在调试模式下,我可以看到转换器一切正常,但 ComboBoxEdit 没有显示有关绑定列表的任何信息。
这是我的代码:
谢谢您的帮助!
c# - Devexpress winform 自动生成列
请帮助我了解如何访问devexpress 中的AutoGenerateColumns属性,GridControl
就像 datagridview
在正常控制winform
.
wpf - 未使用 wpf 在 DevExpress GridControl 中选中复选框
我正在尝试处理 DevExpress GridControl Checkbox 列,但问题是当我在 XAML 代码中动态绑定复选框值时,它不能在下面完美工作,我为您提供了我的演示项目代码:-
XAML 代码:-
我的cs文件代码:-
代码背后:
wpf - How to get DevExpress GridControl cell single click event in wpf?
I am creating a demo project in wpf application I am also using DevExpress GridControl in this application my problem is that I want get the cell value in on click particular cell.
wpf - 如何在使用 wpf GridControl DevExpress 单击单元格时获取动态列索引?
当我单击任何 GridControl 单元格时,我遇到了与 DevExpress GridControl 相关的问题,然后它将返回单击的列索引?
winforms - 工具提示未在 MDIChild 表单中显示
我在我的桌面应用程序中使用 devexpress gridcontrol。但是我遇到了一个问题tooltip
。我使用了repositoryHyperlinkbutton
它3 buttons
,它的名字是view, edit, insert
现在我想显示这三个按钮的工具提示。我已经为它设置了属性。当我使用单一表单时,工具提示工作正常。但是当我当时将该表单与 MdiParent 一起使用时,工具提示不会显示。