python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
First column of GridView readonly unless new row
I have a GridView with various columns and rows pulled from a database.
In the first column I have a dateEdit repository item.
What I would like to do is have this first column readonly for all rows e...
SirTalllPaul
Votes: 0
Answers: 1
Devexpress - how to add columns to multilevel gridView
I'm trying to make two-level grid control. It has some package with its elements. I want to add one more column to gridView3 and hide three columns. I'm sending data to this gridView in code (dataset ...
Kacper M.
Votes: 0
Answers: 0
How to Cancel Devexpress Winforms GridControl CellValueChanged event?
private void MyGrid_CellValueChanging(object sender, DevExpress.XtraGrid.Views.Base.CellValueChangedEventArgs e)
{
//IS_CHECK is a checkbox
if (e.Column.Field...
seongmincho
Votes: 0
Answers: 1
How to check if there is any selected row in gridControl?
I'm beginner in using DevExpress tools.
I can not find any property, that shows the gridControl's row selections state, to my if statement.
Any suggestion?
LewoSoft
Votes: 0
Answers: 1