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
510
Enabling or activating a disabled cells
posted

Hi ,

In intilizerow  event , based on some conditions , I am disabling the entire row. But in the row , I have a checkbox column , I need to enable (i.e should be in edit mode always) regareless of the row is disabled or not )

Parents
  • 510
    posted

    Hi ,

    I am using these code to disable the entire row based on some conditions

    Me

     

     

    .grid.Rows(Index).Activation = Activation .Disabled

    In this row how ro enable or get cell into edit mode . Help me on this.

Reply Children