Cell's style is EditButton. When i click button in the cell, i want to change cell's text. i m using grid_ClickCellButton event but cell.text is readonly. can i make it editable? how?
Hello siddika,
Please try the following in the mentioned event:
e.Cell.Value = "Some custom cell text!";
Please do not hesitate to contact us if you need any additional assistance.
thanks