Is there a way to make an entire row read only?
Hi, yes, you can set the style of each cell in the row to 0.
Regards,
Fred
... or you catch the event OnBeginCellEdit and cancel it immediately.
Fred
thank you for the input
i figured out the second option last night and it works great