Example of Tile View in Javascript Card Control

/
/
Tile View

The "Tile View" example in the JavaScript card Control showcases the functionality of filtering and searching cards based on categories and text content. In this sample, you can utilize the search box to search for specific cards, and you can apply filters by selecting categories from the multi-select component.

More Details...

ASP.NET MVC
Nick Harrison
ASP.NET Model View Controller design pattern to keep the data, views, and logic clearly separated in apps.
Node.js
Emanuele DelBono
Node.js is a wildly popular platform for writing web applications that has revolutionized web development in many ways.
React.js
Dmitri Nesteruk
React is a JavaScript library that has revolutionized how developers design and think about views in web applications.
TypeScript
Steve Fenton
Microsoft TypeScript extends many familiar features of .NET programming to JavaScript.
PHP
Jose Roberto Olivas Mendoza
Known for its straightforward simplicity, PHP is an open source, general-purpose scripting language oriented for web development.
CSS3
Peter Shaw
In CSS3 Succinctly®, author Peter Shaw provides an overview of the latest features available for custom cascading style sheets.
ASP.NET Core
Simone Chiaretta and Ugo Lattanzi
In ASP.NET Core Succinctly®, seasoned authors Simone Chiaretta and Ugo Lattanzi update you on all the advances provided by Microsoft’s landmark framework.
Aurelia
Matthew Duffield
Aurelia is a relatively new, open-source JavaScript library/framework that simplifies the creation of web-based applications.
ECMAScript 6
Matthew Duffield
ECMAScript 6 (ES6), also known as ECMAScript 2015, brings new functionality and features to the table that developers have been wanting for a long time.
JavaScript
Cody Lindley
JavaScript Succinctly® was written to give readers an accurate, concise examination of JavaScript objects and their supporting nuances.
Knockout.js
Ryan Hodson
Knockout.js Succinctly® is intended for professional web developers who need to build dynamic, scalable user interfaces with minimal code.
Angular 2
Joseph D. Booth
Angular 2 is a massively popular JavaScript framework built to take advantage of component development in web apps.
Description

A card is a small container that allows users to display defined content in a specific structure. It provides a flexible and extensible way to present information or data. In this sample, the Card is rendered using the Template Engine, which enables you to customize the appearance and layout of the cards according to your needs. Additionally, the cards can be filtered based on the data Manager, allowing you to dynamically update the cards based on specific criteria or data changes. This enhances the functionality and interactivity of the card control. For more detailed information about the Card control and its capabilities, you can refer to this documentation section. This documentation provides comprehensive details, examples, and guidance on how to effectively utilize the Card control in your JavaScript applications.