Hi,
I have a problem with valuelists in conjunction with the cellmultiline layout option.
System:
- .NET FW 3.5
- Infragistics v11.2
- ValueList based on a DropDownList
Declaration:
If I try to write a value into a valuelist based column, the cursor steps to the end of the first applicable value. This only happens after I insert the second character and only when the layout option CellMultiLine is activated.
Did you ever had this problem before and know a accurate solution for this?
Sincerly,
Kai
Hi Kai,
Multiline and AutoSuggest will not work together correctly because of some quirky behavior in the TextBox control. The TextBox fires events in a different order when Multiline is turned on, so there's nothing we can do about this. The two features are mutually incompatible.
Sorry to hear that, but thanks for the short and clear answer mike! :)
Cheers,Kai