Hi,
I want to know how can I have my select list vanishing if I click anywhere else in grid or page body. Currently I have to press escape to make it go away or I have to reselect the option to make it go.
Thanks
Saarthak
Hi,
I want to know how can I have my select list vanishing if I click anywhere else in grid or page body. Currently I have to press escape to make it go away or I have to reselect the option to make it go.
Thanks
Saarthak
If you mean co|coro|combo editor in grid - it must be closed automatically , when you are clicking anywhere in the document.
to force closing you can call grid.editStop();
It is closing automatically when I click anywhere in the grid but not when I click anywhere on my page. Did this on FF 9, Chrome
Add to styles of page
html, body { height:100%; }