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
Hi,
I just wanted to know if you were able to solve your issue based on my suggestions or you still need help?
Just let me know.
Thank you.
I would this scenario which i am using in DataGridView to be implemented using UltraGrid.
When the user first clicks or selects on the cell - The ultragrid should saw the cell as seleted. like it indicates with some cell back color as blue.
When the user clicks second time (its not a double click) - second single click on the same cell - should make the cell as editable. The second click is a single click not a double click.
How would i achieve the same. possibly by setting the properties of ultragrid if possible other wise through code.
Please share a sample or existing sample details.
Any updates regarding this scenario.
Its really helpful for me to achieve the functionality. Thanks for your help.
Hello ,
Here is one possible implementation of how you could achieve your goal.
Please let me know if you have any further questions