Note that there are some explanatory texts on larger screens.

plurals
  1. POInfragistics: UltraDropDown in UltraGrid disable editing text (UltraWinGrid.ColumnStyle.DropDownList)
    text
    copied!<p>I would like the Cells in my UltraGrid (1 Column) to not have the text field editable when bound to a UltraDropDown</p> <p>I believe I am having a similar issue to the person in this thread:</p> <p><a href="http://www.infragistics.com/community/forums/p/3440/18306.aspx" rel="nofollow noreferrer">http://www.infragistics.com/community/forums/p/3440/18306.aspx</a></p> <p>My problem is that even though I set the UltraDropDown's Column style and the UltraGrid's Column style to <code>UltraWinGrid.ColumnStyle.DropDownList</code> they are still editable before and after selecting somthing from the list. I think this may be caused because not every row has a UltraDropDown List bound. This is because some rows need to be editiable by the user.</p> <p>I have a UltraComboEditor on another part of the page working the way I would like the ultraDropDown's to work in the grid by using </p> <pre><code>UltraComboEditor1.DropDownStyle = DropDownStyle.DropDownList </code></pre> <p>I can post some code if it helps, but just figured I'd ask if this is a known bug.</p> <p>I also posted this on the Infragistics Forums: <a href="http://www.infragistics.com/community/forums/p/83456/416961.aspx#416961" rel="nofollow noreferrer">http://www.infragistics.com/community/forums/p/83456/416961.aspx#416961</a></p> <p>Looks Like</p> <p><img src="https://i.stack.imgur.com/i2IpR.png" alt="enter image description here"></p> <p>Should Look like</p> <p><img src="https://i.stack.imgur.com/sv6zd.png" alt="enter image description here"></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload