how to prevent user from deleting cell contents in a virtual grid

I have a virtual grid of which the cell type is set to "Static" in table style. No user interaction except for Cliks on the cell shall be allowed. the CurrentCellKeyPress event can''t prevent user from deleting the contents in the cell, while the ClearingCell event doesn''t seem to be triggered, what should i do?

1 Reply

AD Administrator Syncfusion Team August 11, 2004 11:57 AM UTC

In addition to setting "Static" in the TableStyle.CellType, also try setting TableStyle.ReadOnly = true.

Loader.
Up arrow icon