Home > Back-end >  The GRID how to edit properties to control cell
The GRID how to edit properties to control cell

Time:10-08



In the main control a line above effects the editable attributes of each grid with the corresponding color,
Gray not edit, white editable, because can't can't edit all the columns are fixed, seek solutions,
If you want to write code in OnEditing, how convenient save control whether can edit state,

CodePudding user response:

CxGrid set Editing properties directly is ok,

CodePudding user response:

Whether can change color, easy but control input, some trouble, I do not know can get focus through a cell to make the whole GRID read-only or can write,

CodePudding user response:

CXGRID each cell, can have a unique identifier value? Or, how to get to the cell and then set a certain attribute is used to store allowed to change
  • Related