Hi!
I have a grid with a column to whom i assign a value list.
At runtime, i get the drop down as expected but it also allows me to write in new values, instead of only letting me pick the loaded ones.
How could i implement this behaviour ?
Thank you!
Thank you both!
This indeed solved my problem.
Hello Mismar,
What you could try is setting the style of the given column to be DropDownList like:
ultraGrid1.DisplayLayout.Bands[0].Columns["Desired Column Key Here"].Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
Please let me know if this is what you are looking for here.
Hi,
Set the Style property on the grid column to DropDownList.