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
110
Combobox in Ultragrid
posted

How can i add collection of values in my combobox ultragrid.

And is it possible to add a radio button in my ultragrid?

Please help. Thanks.

Parents
  • 469350
    Verified Answer
    Offline posted

    This KB article should help with the dropdown list:

     HOWTO:What is the best way to place a DropDown list in a grid cell?

    To place radio buttons in a cell, you can set the column's EditorControl property to an UltraOptionSet control. But this will place multiple options into a single cell, which probably isn't what you want. If you mean you want a radio button that only allows one grid row to be "selected" at a time, then the grid doesn't have this functionality build it. So what you could so is use an UltraOptionSet with one option, then manually de-select the last row when the user selects a new one.  

Reply Children