Hello I have grid control (devexpress) with two columns here
I would like to DONT have column 2 (not visible) and these rows with ticks (in column 2) move to column 1. Rows with no ticks are permanently on false and I dont want user to even see it.
Could you help me how I can do this or Is it even possible? Thank so much.
Final View here
You can use GridView.CustomRowCellEdit event to custom the editor in a column.
if the
column2.Valueis true ,you can setcolumn1.RepositoryItem= RepositoryItemCheckEdit. And you can setcolumn2.Visible=false to hide column2