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
-1
votes
1 answer
File.ReadAllLines Issue
I do have a .dll file and I'am trying to read the text file which is in it to my GridControl.
The text file is like this (with more rows...):
1111 Maximum SomethingA
1222 Minimum SomethingB
1333 MediumS SomethingC
My…

user3091970
- 315
- 1
- 5
- 19
-2
votes
2 answers
How can i get data from xml file to datatable
I have a xml file like this.
HtjBCldKZg4=
Cg+MCbd9nTpJokauVrxHsyTqcvKCS8ePzHQCpUTVviWxAXriQVLy5w==
…
Thanh Duy
- 13
- 1
- 5
-2
votes
1 answer
How to getting a value from DevExpress GridControl Gridview
I'm looking for something like this :
dataGridView1.CurrentRow.Cells[0].Value != null
thanks for your time.

Paul Alejo
- 11
-3
votes
1 answer
How to do calculate columns sum?
The columns in the GridControl prepared by the showfooter method there are hours like you see in the picture I want to sum the columns of those hours how do I do it?
Thnx for your help

Burak Turhan
- 3
- 4
-3
votes
1 answer
About gridcontrol and column chooser
I have a form that form has a gridcontrol then when I click column chooser I will add a any column that added column will remove on a gridcontrol when i close the form finally I do not want to lose that added column I hope I can explain what I want…

Mustafa
- 9
- 6
-4
votes
1 answer
How to print only first column of a matrix in C Sharp?
Below is my part of code:
I am using GridControl in my project and I would like to put some Input in first column of each row only.
I know my code is wrong.Kindly make it correct by suggesting me.
for(int i=0;i

Ankit Raman
- 79
- 1
- 14