Is there a way to check and uncheck all Tiles through javascript? And also it has a way to be able to remove a Tile through javascript or code-behind? I'm waiting
Removing tiles is not allowed on the client because it will break the client state of the control and then the server code (control recreateion, viewstate loading, client state loading).
On the server, however, you can modify the tiles collections to match your needs. One of the easiest ways to do that is to data bind the tile list and modify the data source, then rebind it.
Regards,
Marin Bratanov
Telerik by Progress
Check out the new UI for ASP.NET Core, the most complete UI suite for ASP.NET Core development on the market, with 60+ tried-and-tested widgets, based on Kendo UI.