Dont allow paste into static cells . .

i am using the gridcontrol and i have a bunch of cells that are static. a user can''t type in these cells but for some reason they can paste into them. how do i disable this? thanks, ak

1 Reply

AD Administrator Syncfusion Team July 19, 2005 07:21 AM UTC

In addition to setting style.CellType = "Static" for these cells, also set style.ReadOnly = true.

Loader.
Up arrow icon