Disabling of the DEL key on the readonly key

Hai, I am using GDBG and have 5 columns where 4 cols are disabled .If I select the disabled columns with the help of mouse and press DEL key all the data will be deleted .I want to block the mouse press on the disabled colujns. Could u please help me.

1 Reply

AD Administrator Syncfusion Team September 15, 2004 05:49 AM UTC

For those columns, in addition to setting style.Enabled = false, also set style.ReadOnly = true.

Loader.
Up arrow icon