Filtering and Searching with DataGrid for Silverlight
Posted by: ComponentArt WebLogs,
on 17 Nov 2009 |
View original | Bookmarked: 0 time(s)
As of version 2009.3, ComponentArt DataGrid for Silverlight has out-of-the-box support for searching and filtering, with all the accompanying UI and API control.
To enable filtering through the UI, we set DataGrid's ShowColumnFilters property to true. The availability of a filter dropdown for each column can be further controlled by changing the value of
a particular column's ShowFilter property.
To show the search box (in the top-right corner of the header), we set SearchBoxVisibility...