OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: johnM on July 26, 2011, 07:30:51 AM

Title: make grid row read only
Post by: johnM on July 26, 2011, 07:30:51 AM
Is there a way to make an entire row read only?
Title: Re: make grid row read only
Post by: Fred Tomke on July 26, 2011, 10:52:35 PM
Hi, yes, you can set the style of each cell in the row to 0.
Regards,
Fred
Title: Re: make grid row read only
Post by: Fred Tomke on July 26, 2011, 10:53:55 PM
... or you catch the event OnBeginCellEdit and cancel it immediately.
Fred
Title: Re: make grid row read only
Post by: johnM on July 28, 2011, 09:40:23 AM
thank you for the input
i figured out the second option last night and it works great