PDA

View Full Version : How to disable particular cells (make then uneditable) for a EditorGrid



rahulpatel
28 Feb 2011, 8:55 AM
Hi,
I need to disable particular cells from various different columns for an EditorGrid. Any suggestions as to how I could implement this.

Thanks.

micgala
1 Mar 2011, 12:45 AM
Hi.
Add a BeforeEdit event to your grid. Then cancel the event when your cell must not be edited.

Regards,
Michel.