The grid control displays data by means of views. If the grid doesn't represent master-detail relationships, it displays a single View specified by the MainView property. If the main View's data source has child relations or you supply detail data manually, the grid control can display Views representing detail data. Thus, the grid control implements View management mechanisms to arrange them, provide data, specify common appearance, etc.
Questions tagged [gridcontrol]
306 questions
0
votes
2 answers
DevExpress lookupedit repository item add new row in Xtra Grid View in first row
I have a devexpress gridcontrol with 5 columns. The first column is a lookupedit repository with some data, let say with CarTypes.
To load data in grid I am using a BindingSource. In this BindingSource.DataSource I have load a IList
and then…

A. Zalonis
- 1,599
- 6
- 26
- 41
0
votes
1 answer
Grid column contains int64 values but filter shows strings and doesn't work/
We've got problem with filtering for some of our columns in devexpress gridcontrol. We add the column dynamically (bound-type column) to the grid. The values from the source objects are long type. In the cells it seems that values are fine (since…

user2475983
- 1,916
- 2
- 13
- 20
0
votes
1 answer
devexpress gridcontrol multiselect
I know that multiple selection can be done is via the property SelectionMode = "MultipleRow" but it is very simple to my need. Do you know any property that enable to extend this functionality to use the keys like Shift and Control for a more…
user5447154
0
votes
1 answer
Devexpress- Background and grid lines in a gridcontrol
I have run into a few issues with gridcontrol.
I have to style and format a grid column with padding,colors,fonts and hover effects.