Ideas for a Tag editor
- Tags should be aligned horizontally then downwards.
- Tags should be draggable so the user can sort the tags
- Clicking over the text edits the tag content. Even if the user write a new comma(s) inside the tag is splitted.
- User can select several tags at a time using the Ctrl key. The idea is join the selected tags in order to create a new tag combining the texts (the button for this feature will be out of the control but this means that I should be able to do this from code).
- Tags would have different colours depending on their position (i.e. 1 to 10 in red, 11 to 30 in blue, etc)
Greetings from Syncfusion,
Query 1: Tags should be aligned horizontally then downwards.
We have analyzed your query and created a sample with SfTextBoxExt control to achieve your requirement. Please find the sample from the below link.
Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/AutocompleteSample-340744053
For more information about TextBoxExt, you can refer the below link.
UG: https://help.syncfusion.com/wpf/autocomplete/autocomplete-modes
For other queries, we are checking the possibilities with the SfTextBoxExt control and we will update you the complete details regarding this on 14th April 2020. We appreciate your patience until then.
Regards,
Ruba Shanmugam
Currently we don't have support to achieve your requirement with SfTextboxExt and will check the feasibility to implement this feature in SfTextboxExt and update the detail on or before April 23rd , 2020.
Regards,
Sakthivel P.
Thanks for the patience.
We would like to know that, we have logged this as feature request and please find the feedback portal below.
Feedback portal:
https://www.syncfusion.com/feedback/13800/provide-support-for-drag-the-items-edit-the-item-text-select-multiple-items-and
We will include this feature in our any of upcoming main release.
Regards,
Sakthivel P.
Thanks for the details. we will consider these while we implement.
Regards,
Sakthivel P.
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
- 7 Replies
- 6 Participants
-
TO Toni
- Apr 9, 2020 11:21 PM UTC
- Feb 6, 2025 05:06 PM UTC