Hi,
Is it possible to open dropdown column in ultragrid on cell cell click(anywhere) apart from opening the dropdown on clicking of a small drop down button in ultragrid?
Thanks Mike!
Yes, there are a number of ways to do this, but how you do it may depend on what kind of dropdown you are using and how you are providing it to the grid.
Simply setting the Style of the column to DropDownList will do this in most cases, and that will force the user to choose from the list and disallow typing in the cell.