Trying to figure out how to provide a control on a custom GridViewBoundColumnBase derived class to switch into edit mode for the cell. During non-edit mode, the contents is a clickable link. This makes it impossible to switch into edit mode. I'd like to just put a little button in the cell to switch to edit mode.
To do this, I need to figure out two things within the CreateCellElement method: whether the column is ReadOnly, and how to raise a BeginCellEdit event of some fashion. BeginEdit switches to edit mode for the row, but not for the cell.
Can ya'll help me out on either of these?
To do this, I need to figure out two things within the CreateCellElement method: whether the column is ReadOnly, and how to raise a BeginCellEdit event of some fashion. BeginEdit switches to edit mode for the row, but not for the cell.
Can ya'll help me out on either of these?