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
180
Select row and edit cell with only one click.
posted

Hello,

I want to select row (selection multiple) just by clicking a cell, and, at the same time, start editing the selected cell. I would like to know if there is a way to do this.

My other option would be to select the row with the first click, and with the second click start editing.

Thanks,

Cristina

 

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

     Hi Cristina,

        You cannot have a seleted row and a cell in edit mode at the same time. Once a cell enters edit mode, the grid will remove all selection. You could have an ActiveRow, though. So what you might want to do is set the grid.DisplayLayout.Override.ActiveRowAppearance to highlight the active row. Set CellClickAction to EnterEditMode so that one click starts editing a cell.  

Children
No Data