wpf GridControl

The WPF Data Grid (GridControl) is a data-aware control designed to display and edit data in different layouts: tabular, treelike, and card. The GridControl allows users to manage large amounts of data (sort, group, filter, and so on).

 

Get Started

#Bind to Data

Refer to the following topic for more information: Bind to Data.

#Views

The GridControl uses Views to display data from a bound data source. You can use the following View types:

  • Table View - displays data in a two-dimensional table.
  • Card View - displays data as cards. Each card arranges fields vertically in a single column.
  • TreeList View - displays data in a tree. Each data record is a tree node.

Views provide options that allow you to specify how to arrange records and fields.

 

Useful Resources

 

posted @ 2022-12-05 14:44  ChuckLu  阅读(92)  评论(0编辑  收藏  举报