tags:

views:

48

answers:

2

Hello, I need a way to show a grid in a web application, allowing grouping of the data by several user selected fields. The ideal would be something like what excel dynamic tables provide. Does anyone know about a control that can do this? If it is integrated with ASP.NET that would be a plus. Thanks in advance!

+1  A: 

You might want to take a look at Ext. It's a JavaScript library which (amongst other things) can be used to display a sortable/filterable list. It all happens on the client, so it's very lightweight from a server perspective.

Gary McGill
+1  A: 

Here you have a Grid example from EXtJs with grouping.

rodrigoap