gridcontrol
DevExpress GridView PostEditor
I have a grid control with unbound columns in it. The question is, everytime I change a cell value (I am using a repository item) I immediately call the gridview.PostEditor() method so that it would r[详细]
2023-03-14 14:27 分类:问答DevExpress GridControl Unbound Columns
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)[详细]
2023-03-14 08:05 分类:问答Devexpress - How do I base a Gridcontrol's data on the sorted/filtered data from another GridControl?
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 S[详细]
2023-03-13 14:28 分类:问答Detect which element scrollbars belong to
I have a relatively complex layout. It consists of: A grid with one column and three rows. In the 开发者_Go百科first row (the on giving me trouble) I have a developer express componenet - another Grid[详细]
2023-03-04 15:55 分类:问答Dynamic Data binding in WPF Devx GridControl
I\'m working on a WPF application ( MVVM)and using the DevExpress GridCOntrol. I need to create a generic screen to display data from multiple tables ( displaying one at a time)which have reference da[详细]
2023-02-28 23:59 分类:问答How can I CRUD with, NHibernate, GridControl, BindingSource
I make my first experience with the G开发者_运维技巧ridControl und WinForms generally. I bind the data this way:[详细]
2023-02-28 10:35 分类:问答IsSetData in gridcontrol is never true when clicking on checkEdit item
I have this DevExpress GridControl which I\'ve added with two coloums the one containing a repositoryItemCheckEdit and the other normal string Category description.[详细]
2023-02-22 11:57 分类:问答Textbox only displays content when the row is in edit mode
I have done every thing I can think of, but the textbox just does not display the values. Where is my mistake?[详细]
2023-02-21 17:34 分类:问答Adding one last row to DevExpress GridControl from a query
I have a dataset filled by SQL query.. I want to add a single row to its last rows, containing sum from the value column..[详细]
2023-02-21 04:31 分类:问答Selecting multiple check edit boxes in a grid control
I\'m trying selecting multiple check edit boxes when added as a repository item in a grid control, but at the moment it only allows me 开发者_如何学运维to select one at a time. So far I\'ve seen that[详细]
2023-02-15 15:53 分类:问答