Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
75
Open dropdown column in ultragrid on cell click
posted

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?

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    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.

Children