Is it possible to do some actions like column sorted and column filtered

Hi,
Id like to know if action to sort a column on a click on it is possible ?
And if is it possible to filter column like Excel do it ?
Thanks a lot.
Lionel


1 Reply

AD Administrator Syncfusion Team November 21, 2008 11:48 AM UTC

Currently, we have no support for bound datasources in our WPF grid. Support for simple flat datasources will be available in our Volume 1 2009 (Jan time frame) release. At that point, sorting support should be available for datasources that inherently support sorting.

Support for filtering and sorting of arbitary datasources will come in later releases next year.

That said, it is possible to use the virtual mode of our GridControl along with our Grouping Engine to sort and filter things now. This support is not the built-in support that will come later, and the simple API that is exposed through the helper class will be different when we offer our built-in support. Here is a link to a sample that has a helper class that will let you sort and filter using our GroupingEngine and display the results in a WPF GridControl.
http://www.syncfusion.com/support/user/uploads/GroupingSample_6cbf8e88.zip



Loader.
Up arrow icon