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

 

作者:Chuck Lu    GitHub    
posted @   ChuckLu  阅读(114)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
历史上的今天:
2018-12-05 C# lock
2017-12-05 System.DirectoryServices Namespace
2017-12-05 用户和用户组,以及文件和文件夹的权限
2017-12-05 win10中让Visual Studio默认使用Administrator权限运行
2017-12-05 Unable to access the IIS metabase
2016-12-05 devenv.exe assert failure
2014-12-05 arp攻击的处理方法
点击右上角即可分享
微信分享提示