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
710
How to allow edit cell
posted

I use UltraWinGrid bound to BindingSource, and i have a problem with edit cell in one of the columns. As I checked column doesn't have any property which could lock editing, and property which I try to edit have public getter and setter and is of type string. Could some one tell me where can be the problem or what property should be set to allow user to edit values in grid?

Parents
No Data
Reply
  • 71886
    Suggested Answer
    Offline posted

    Hello PoKrec,

    Please take a look at the 'CellActivation' property of the UltraGridColumn object:

    grid.DisplayLayout.Bands[0].Columns[0].CellActivation

     

     Please feel free to let me know if I misunderstood you or if you have any other questions.

Children