AD
Administrator
Syncfusion Team
March 2, 2007 08:39 PM UTC
Hi Dimitri,
The reason is that current cell is not activated in CurrentCellActivating event. You can try getting the activating cell text using the below code.
string strActiveText = e.TableControl.Model[e.Inner.RowIndex,e.Inner.ColIndex].Text
Best regards,
Haneef