Hi all!
We have a very strange situation:
We are binding a Infragistics.Win.UltraWinGrid.UltraCombo to a Dataset with follwing values:Datavalue, Displaymember : "TEST", "THIS IS A TEST""TEST2", "THIS IS A SECOND TEST"and bind this Combo to a Grid Column.All work fine but not the LimitToList (it is set to true).If y user type e.g. -145788787 or "MIKE" then the combo accept this value, but we only want to allow listvalues and NULL.
Any idea?
rgds
Wolfgang(We are using 2012.1)
Hello,
Thank you for your feedback.
Please let me know if you need any further assistance on this.
Thanks for the quick reply,
DropDownValidate
is my friend (because I need to accept NULL-Values also).
greetings
Please set Style property of the column which continues UltraCombo , to Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;. More information about this property and ColumnStyle enumerator you could find on the following links:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.1/CLR2.0/html/Infragistics2.Win.UltraWinGrid.v12.1~Infragistics.Win.UltraWinGrid.UltraGridCell~Style.html
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.1/CLR2.0/html/Infragistics2.Win.UltraWinGrid.v12.1~Infragistics.Win.UltraWinGrid.ColumnStyle.html
Please let me know if you have any further questions.