Sorting & Filtering

Does the grid have inbuilt features for sorting & filtering or do I need to write code to do this. We have a business requirement to to click on the header column and sort as well as provide filtering capabilities.

Hi,

The grid has built-in sorting feature. In data-binding mode, you can click header to sort rows and do not need to write any code. In unbound mode, you will need to write some code to sort. But it is still very simple. Please reference the online wiki document to get more information. And the demos project also contains full sorting demos.

The filtering feature is not supported by now. We are working at this feature.

Thank you for considering Aspose.