I have an Object that I want to restrict some users from modifying certain properties on. I know I can use the ValidationRules.AllowWrite method to give write access to the groups I want to update the field. For the users not in that group, the WinForm allows them to change the data in a textbox and then show the error in the error provider. Which is fine. However, they are then stuck in that textbox and unable to navigate to any other field. What am I missing? Thanks.
Jonathan
Copyright (c) Marimer LLC