Getting Started with the WPF DataGrid of Syncfusion

preview_player
Показать описание
Learn how simple it is for end users to manage a lot of data using Syncfusion’s flexible, high-performance WPF DataGrid and how it can save you time with its supported features.

In this video, you will learn how to create a data grid in a WPF project; how to bind a collection of data; and operations like filtering, sorting, grouping, and selection.

BOOKMARK
[01:09] Adding DataGrid control to WPF project
[01:29] Binding a data collection to the DataGrid
[03:42] Auto size columns
[04:38] Sorting
[06:33] Grouping
[08:11] Filtering
[09:47] Selection
DATAGRID

SUBSCRIBE
--------------

SOCIAL COMMUNITY
-----------------------------

#wpfdatagrid, #datagrid, #wpfdatatable
Комментарии
Автор

Useful video
Very nice explanation. Thanks

ramyap
Автор

looks very powerful, but how much is new with latest release vs fearures that have been there forever ? presumably all the clever filtering/sorting is performed on the client (despite WPF being essentially a server-side technology) after loading the entire data (which could take a long time). Does the default setting display immediately (progressively) or is there a delay until all the data has been received ? can you configure this behaviour (I am concerned about the delay in loading before anything is rendered and the amount of memory that a client might have to allocate for large datasets, and for many other business cases a paging approach might be better (although would prevent all the client-side smarts because client doesn't [yet] have all the data to play with)

DickBakerSql
Автор

Nice to know: Correct "ItemSource" and "MappingName" is mandantory. Setting the Itemsource in the code-behind isn't enough.

lucaskenner