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
745
Make cell read only
posted

Hi guys!

How can I make a single cell read only, preferably by using data binding, but doing it "manually" in code is also ok.
I do not want the entire column to be read only, I just need some of the cells in the column to be read only.

What I'm trying to do, is bind a collection of objects to a grid (which works just fine), and the objects has properties which can be used to determine if some property should be read only or not...

-Thanks!