I've been looking for a databound control to show some data to the user, who needs to be able to filter and group the output. I've looked at the documentation for the standard DataGridView control, but it doesn't seem to have the drag-and-drop grouping/filtering that I've seen in many apps.
For an example, if anyone uses Toad to do SQL queries, that app has the kind of control I need. It allows the user to categorise, sort and filter whatever was returned by the user-typed SQL query.
Does anyone know of such a control? I'd naturally prefer it to not cost any money.