Hi!I've an issue, when i use CellClickAction on SelectRow, i can't Edit a Cell, and when i Set CellClickAction to Edit, i clicked into a cell, the cell enters in edit mode, but is not select the entire row.Well i need in the grid, when i do clic in the Cell, the cell enters in edit mode, and also select the completely row in that clic in the cell.There's an option that i can use to do this ?.Best Regards!Alfredo Melo
Hello Alfredo,
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
This is the way our control works - you cannot have the 'CellClickAction' to both 'RowSelect' and 'Edit' they are contradicting one another and I explained why. So probably you could create such a method or you might be adding the rows to your custom collection on every cell click and use that collection later if I understand your scenario right.
Hey Boris.Thanks for that example. i understand that scenario, but the users want to do click in a cell, and edit the cell, later, they want to click one o more cells in different rows, and later process of that rows, only clicking the cells instead clicking on the selector.is possible to do this with UltraGrid, or i need to create a method, that it process every row of my grid, and know wich cell of what row. is selected, to select the entire row by code?..Thanks in advance.!Best RegardsAlfredo Melo
Best Regards
Alfredo Melo
You cannot have selected rows and a cell in editmode at the same time. When the cell enters edit mode, the editor in it takes the focus. The rows need focus in order to be selected. You also cannot have cells and rows selected at the same time. I hope I have explained myself and for better understanding I attached a small sample project. Please take a look at it.