Need to filter cards in a blade(div) based on the value inside the card. Needed this for ASP.NET MVC.
For example, if we have many cards, base on the value inside the cards, need to filter or sort. Please let know whether is it possible and is there any demo available for that?
1 Answer, 1 is accepted
0
Dimitar
Telerik team
answered on 15 Jan 2020, 07:30 AM
Hello Ahila,
The Cards classes provide a way of defining flexible content containers. Implementing filtering over those containers text could be achieved by handling the keyup event of an input as follows: