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
985
Disable specific cells
posted

In my grid (databound to a bindinglist(of T)) I display data that can be entered by multiple users. Users should only be allowed to edit their own entries, so I need to prevent a user from entering cells with data that has been entered by other users.

What is the best way to approach this?

Parents Reply Children
No Data