Posted 17 January 2018, 1:49 am EST
Hi,
I have a scenario where the screenreader should read “readonly” if the cell is not editable. I want this behavior in the EnterCell event. The question is how can I identify a cell is Editable or not in the EnterCell event? The EditMode property will not work in the EnterCell event. I tried the Locked property also. But we can make an entire column locked and at that time the cell inside the column is showing Locked=false. Is there any other property which I can use for identifying the editable cells?
Thanks
Ajith