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
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)
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
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
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
I make my first experience with the G开发者_运维技巧ridControl und WinForms generally. I bind the data this way:
I have this DevExpress GridControl which I\'ve added with two coloums the one containing a repositoryItemCheckEdit and the other normal string Category description.
I have done every thing I can think of, but the textbox just does not display the values. Where is my mistake?
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..
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