The client-side API of the RadTagCloud can be used to achieve rich experience for the users by avoiding postbacks to ensure operations are as fast as possible. This also reduces the server load which improves the performance of the entire site.
There are more methods and events than shown in the demo and more information about them is available in the pages from the Related Resources section. The most notable example is the requestItems(arguments) method that initiates a Load-on-demand request for new items via a
WebService or a
WCF WebService.
This demo shows how items can be added and removed on the client via JavaScript. Such changes are not persisted across postbacks.
The demo also utilizes the OnClientItemClicked event to expose information about the clicked item. In this case a search related to the item is shown in a RadWindow.