Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

New Post: filter the datagrid

$
0
0
Hi,

Yes the DataGrid uses data virtualization. If the source you are using is a DataGridVirtualizingCollectionView, data virtualization will be enabled. But if your source is a List or an ObservableCollection, the data virtualization won't be enabled since all the data is the source of the dataGrid.

The DataGrid included in the toolkit doesn't support filtering. It is a downgraded version of the Xceed WPF DataGrid. This Xceed WPF DataGrid supports filtering and many others features like :
-Master/detail
-Filter row
-Insertion row
-Auto-filter popup
-Card view
-3D view
-Stat rows and summary rows
-Print/preview
-Exporting (such as export to Excel)
-Column chooser
-Column splitter (this can still be performed programmatically)
-Persist user settings
-Merged column headers
-Themes
-Design-Time support

http://xceed.com/Grid_WPF_Features.html.

Viewing all articles
Browse latest Browse all 4964

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>