Grid Features

I have a few questions about the WPF grid's feature set: does the WPF grid support filtering rows based on the data in specific columns? The filtering in the virtual grid example looks great but it can only filter a range or rows/columns I am looking for data based filtering. (IE: EmployeeCompany == "Syncfusion")

Is it possible to use xaml templates to control the look and feel of the grid?

Thanks


2 Replies

AD Administrator Syncfusion Team July 24, 2008 10:16 AM UTC

Currently, there is not direct support for filtering in our WPF Grid library. We will be adding such support as the library matures. We will also be supporting xaml templates to format the grid in future releases. We have not annouced any specific dates for these features.

For now, if you are using a data source that supports filtering like a DataTable, then you can use the WPF Grid in virtual mode to support filtering on the virtual data source. Here is a little sample showing how. (Note: If you are running 6.3.0.30, then this sample will sometimes not update a few cells in teh filter. This problem is not in 6.3.0.6 or in our latest source code here.)



AD Administrator Syncfusion Team July 24, 2008 10:17 AM UTC

Here is the sample link.




VirtualGridDataTableSort_29eb52a2.zip

Loader.
Up arrow icon