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
85
Ultradropdown within UltraWinGrid cell via Designer?
posted

 

Does anyone know if it is possible (via the designer) to define a single column within the Ultragrid,

so that each of it's cell rows has a Ultradropdown, with a predefined list of choices you have setup

within the designer?  e.g. dropdown contains list items "Yes", "No" they can select... with a default

value that is set.

Parents
  • 469350
    Offline posted

    Hi,

    Yes, of course this is possible. Which part of it is giving you trouble?

    A basic overview of how to do this is something like this:

    Drop a grid on a form and use the designer to create a data source (or bind to a data source) with a single column.

    Then you need to create the dropdown. You could do this with a ValueList or an UltraDropDown. HOWTO:What is the best way to place a DropDown list in a grid cell?

    You attach the dropdown to the column using the ValueList property on the column.

Reply Children