Hey everybody,
I have a problem with including a combobox into my grid…
I am using the eXcell “combo” and it works fine so far, combobox can be opened and values can be selected / changed.
But now I need to add the event “onRowDblCklicked” to my grid so it overwrites the functionality of the combobox to open.
I already tried only to execute code of “onRowDblClicked”-Event when the double-clicked cell is not a cell with the combobox which works fine. But what do I have to execute when combobox is double-clicked?
How do I call the event to open the combobox by code? Does anyone have an idea?
Thank you so far