Hi... I have an already activated cell which is not in Edit Mode... How can I catch the Cell click event so that I can put that Cell in Edit Mode?
Tnx a Lot...
how do you activate a cell?
BeforeCellActivate Event or AfterCellActivate
sample
{
some code to allow editing.. :)
}