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
420
Making a specific record read-only
posted

Can I make a specific record in my recordset readonly (based on some field values for this record)? What is the best way to achieve it? Please note that I'm looking for a row-level support, not the column-level. Thanks!

- Eugene

  • 69686
    Suggested Answer
    posted

    Hello Eugene,

    The easiest way to achieve this would be to cancel the EditModeStarting event (e.Cancel=true;) according to your condition.