Hi,
sorry to response to this old thread, but i search for that funcionality, but without prepared words like here:
Employees = new List<Employee>();
Employees.Add(new Employee { Name = "Lucas" });
Employees.Add(new Employee { Name = "James" });
TextBox with ability to write word separated by comma or/and return key, added as tag. I write in text box 3 text: tag1, tag2, tag3, and it will apperas as tags and will be saved into database, and when edit they returned as this tags.
It is possible?
Hi Michal Gregorzyk,
Thank you for reaching out to us. We have reviewed your queries and would like to provide further clarification regarding the behavior of the WPF SfTextBoxExt control based on your requirements.
The functionality you are requesting, where typing three texts automatically converts them into tags and saves them in the database, is not available by default. However, you can achieve similar behavior by selecting items from the drop-down in Multi-Selection Token Mode. When an item is selected from the drop-down in this mode, it is automatically converted into a token within the text box.
Additionally, SfTextBoxExt provides delimiter support, allowing you to separate items using a specified delimiter character. For example, if you set a comma as the delimiter character, you can enter multiple items in the text box separated by commas.
For further details on these behaviors, we have included relevant documentation links for your reference. Kindly review them and let us know if you need any further assistance.
Multiple selection using tokens: https://help.syncfusion.com/wpf/autocomplete/single-and-multiple-selection#multiple-selection-using-tokens
Multiple tokens using delimiter: https://help.syncfusion.com/wpf/autocomplete/single-and-multiple-selection#multiple-selection-using-delimiter
Regards,
Sivaranjith N