10218 : Every time I double click a cell the cell goes into edit mode…
Reply
…no need to edit cells; Set the GridColumns[x].Readonly=true. If you want to allow edit, but not from double click, you can implement the OnGridMouseDown event, and set the GridColumn in… Continue reading