You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the zoft:AutoCompleteEntry control, any text after a newline character (\n) in a formatted string is not displayed. This issue occurs when binding a property with a multi-line string to either the TextMemberPath or DisplayMemberPath. While the property contains the full string with the newline, the control only renders the part of the string before the \n, effectively truncating the rest. It seems the control does not fully support multi-line text or ignores newline characters during rendering.
The text was updated successfully, but these errors were encountered:
When using the zoft:AutoCompleteEntry control, any text after a newline character (\n) in a formatted string is not displayed. This issue occurs when binding a property with a multi-line string to either the TextMemberPath or DisplayMemberPath. While the property contains the full string with the newline, the control only renders the part of the string before the \n, effectively truncating the rest. It seems the control does not fully support multi-line text or ignores newline characters during rendering.
The text was updated successfully, but these errors were encountered: