Select Dropdown Single Click

Hi,

It seems i need to click the cell twice inorder to activate the selectbox options.
How can i make the selectbox to come on single click of the cell.

I ahve observed that on first time i need to double click , and an immediate action on the cell makes the dropdown appear in single click.

Please let me know incase is it possible to make the feature available on single click.

Please, try to use:
mygrid.enableEditEvents(true,false,false);

Thanks a lot sematik, it works:-)