Hello Duy,
I could suggest finding the desired element with jQuery and setting its display CSS property to "none", for example:
$("#tilelayout").find(".k-tilelayout-item:first-child").css("display", "none");
You can check the following Dojo I have prepared demonstrating the above:
Let me know if you have any questions.
Regards,
Nikolay
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.