Card View Examples
- 3 minutes to read
Examples
This section provides a list of examples grouped by features.
Data Shaping and Manipulation
- How to: Create Total Summaries
- How to: Calculate Custom Total Summaries
- How to: Add Custom Filter Values to the Filter Dropdown
- How to: Filter Data by Multiple Columns
- How to: Implement Custom Sorting
- How to: Specify Custom Display Text for Data Cells
- How to: Use HTML Tags in Text within the Header Filter’s Items
- How to: Provide Custom Header Filter Items
- How to: Implement a Summary Whose Value Depends upon an External Editor Value
- How to: Use a Hyperlink in CardView Column Cells
- How to: Programmatically Change a Column’s Filter in the FilterExpression
- How to: Update Total Summaries on the Client Side in Batch Edit Mode
Data Exchange
- How to: Show Detail Information in a Separate ASPxCardView
- How to: Add an Unbound Column to Supply Additional Data
- How to: Bind the ASPxCardView to Data Created at Runtime (DataTable)
- How to: Bind to an ArrayList
- How to: Create an ASPxCardView at Runtime
- How to: Display Real-Time Data
- How to: Show ASPxCardView’s Detail Information in ASPxDataView
- How to: Display Master-Detail Tables in Two Grids on Separate Tabs of a PageControl
- How to: Display Detail Data within a Popup Window
Data Editing
- How to: Validate Data On the Client
- How to: Validate Cards
- How to: Switch ASPxCardView to an Edit Mode by Double-Clicking a Card
- How to: Save Changes and Switch to Browse Mode by Clicking ENTER
- How to: Implement Data Editing When a CardView is Bound to a Table Created At Runtime
- How to: Add and Initialize a New Card
- How to: Delete Selected Cards
- How to: Select Cards That Contain the Specified Value
- How to: Update an External Control During a Callback
- How to: Prohibit a User from Editing Cards Containing Specific Information
- How to: Add a New Card when the Edit Form is Always Visible
- How to: Calculate Values on the Fly in Batch Edit Mode
- How to: Implement Custom Date Validation in Batch Edit Mode
- How to: Customize Command Buttons in Individual Cards
- How to: Specify the CommandButtons and Custom CommandButtons properties
- How to: Iterate through Column Editors on the Client
Appearance and Layout
Focus and Navigation
- How to: Dynamically Display the Focused Card’s Values Outside the ASPxCardView
- How to: Focus a Card that is not Displayed on the Current Page
- How to: Show Values of Selected Cards within a Listbox
- How to: Focus a Newly Inserted Card
- How to: Change the Visibility of Check Boxes in Multi-Selection Mode
Templates
- How to: Highlight the Text Placed Inside the DataItem Template During a Search
- How to: Show a Complex Property Value in DataItemTemplate of a Column
Export
- How to: Draw Columns in an Exported Document
- How to: Export Only Selected Cards
- How to: Export Images from a Column of the CardViewImageColumn Type
Miscellaneous