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
130
Problem adding UltraDropDown or UltraCombo in grid cell
posted

I've added an Unbound column to grid for adding combo control in it. I tried to add UltraDropDown/UltraCombo both through code and at design time but it doesn't show in grid. I tried both with EditorComponent and ValueList properties. Although it's not giving any error but it doesn't show up in grid.

If I replace this UltraCombo with check box it works perfect both at design and run time.

Parents
  • 469350
    Offline posted

    Hi,

    What's the DataType of the unbound column? If you did not set it, it will be string by default.

    How are you populating your DropDown/Combo? Are you setting the ValueMember and/or DisplayMember?

    When you say "it doesn't show in grid" do you mean that you do not even see a dropdown arrow in the grid cell when you click on the cell? Or do you see the dropdown arrow but are unable to drop it down?

    Are you setting any other properties on the unbound column, such as the Style property?

    Are you loading a Layout or a Preset or do you have code in the InitializeLayout event or some other event that might be overriding the settings you are applying to the unbound column?

Reply Children