Hi,i use multiband ultragrid,i need to edit cell only after second cell click (like an editable tree Windows control)
At first click the ROW must be selected
At second click the CELL must be selected
How to setup grid to achieve this behavior?
Thank you very much
Hi,
I am just checking about the progress of this issue. Let me know if you need my further assistance on this issue.
Thank you for using Infragistics Components.
Thank you for posting in our forums.
What you could do in order to achieve this functionality is to first set the CellClickAction for the grid to be RowSelect. Than use the CellClick event to keep a reference for the last clicked cell. If the cell in the CellClick event is the same as the last clicked cell, activate the cell and then use the PerformAction method of the grid to enter edit mode. Additionally you may want to use the Leave event of the grid to remove the reference to the last clicked cell.
I have attached a sample in order to demonstrate this approach. Please take a look at it and let me know if this is what you are looking for.
Please let me know if you have any additional questions.