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
435
ValueLists in conjunction with CellMultiLine
posted

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

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    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.

Children