how to avoide key press event when cell in uneditable

hi,
i am using grid grouping control ,i have assigned read only property to each cell
but when cell is redonly cursor blink inside and current cell key press event occurs .in this case any how i have to avoide this key press event only when cell is read only

1 Reply

HA haneefm Syncfusion Team August 3, 2007 02:36 PM UTC

Hi Swainath,

Try setting the CellType property of the gridcell to "Static" and let me know if this helps.

e.Style.CellType = "Static";

Best regards,
Haneef

Loader.
Up arrow icon