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
85
[UltraWinGrid]How to set a single row editable and leave other rows unselectable in Windows Form?
posted

How to set a single row editable and leave other rows unselectable in Windows Form?

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi Steve,

    If you just want to disable editing for all rows but one, then you can set the RowActivation property on every row (except one) to Disabled. The InitializeLayout event is probably a good place to do this, depending on which row you want to allow editing for.

Children
No Data