Is there any demo for an autocomplete textbox without database but with the possibility to add a list of selected items and save those added by the users?
i would like to add this in a radgrid template form with a list of countries.
I would suggest you to set the DataSource to an empty string. In addition, you could use the EntriesCollection, in order to add the desired list of entries. I have prepared a sample page for you, demonstrating the suggested approach.
Note : Please keep in mind that the demonstrated approach should be implemented not later then the Page_Load event, since the control works upon callbacks, in order to request its underlying data source.
Regards,
Nencho
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.