Ultra grid 1st click should behave as cell selectable (with cell blue color as selected). 2nd click will behave as Editable. How to do that behaviour in ultragrid
Hello,
You could achieve this if you set CellClickAction to CellSelect, then handle DoubleClickCell event of UltraGird and perform the grid to enter in edit mode.
I have created a small sample in order to demonstrate you this approach
Related topics:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.1/CLR2.0/html/Infragistics2.Win.UltraWinGrid.v11.1~Infragistics.Win.UltraWinGrid.UltraGridOverride~CellClickAction.html http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.1/CLR2.0/html/Infragistics2.Win.UltraWinGrid.v11.1~Infragistics.Win.UltraWinGrid.UltraGrid~OnDoubleClickCell.html http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.1/CLR2.0/html/Infragistics2.Win.UltraWinGrid.v11.1~Infragistics.Win.UltraWinGrid.UltraGrid~PerformAction.html
Please let me know if you have any further questions.