Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2265
Cell Selection For Read Only Grid
posted

Hi,

I have a band in my table that I want to be read-only. 

Currently there are 2 Bands.  Band 0 is to be editable but Band 1 is to be read-only.  I have set the following on Band 1:

Override.AllowAddNew = No
Override.AllowDelete = False
Override.AllowUpdate = False

This prevents me from editing the band, but I wondered if there was a nice way to prevent entering the cell?  I would prefer if the user clicked the cell it would just select it on that band.  Is it possible?

Thanks,

Andez