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
1825
Ultracombo and LimitToList
posted

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)