Open Source Alternative to ASP.NET Commercial Uber-Grids

The company I work with uses the ASP.NET grid component from a commercial vendor, but will not update the old version with the error that we are using for the newer version due to cost. Are there any open source alternatives for these Uber-Grids that we could use?

I am specifically looking for hierarchical drilling capabilities. I know that there are some Javascript library plugins (material for jQuery UI, etc.) that can be used, but I would prefer a server control given my employer's current coding conventions (server controls whenever possible , javascript when nothing else works: -P)

+4
source share
2 answers

Manage Wrapper Mesh Using ExtJS http://www.codeplex.com/ExtJsExtenderControl

Check out the DEMO page for a grouping function, not sure how many levels you can use, though.

+1
source

Try this open source project that extends ASP.NET GridView: http://johnsobrepena.blogspot.com/2010/01/coolgridview-new-release-resizable.html

  • Fixed Column Header, Footer and Pager
  • Scrollable content
  • User-Modified Column Width (new!)
  • Supports scroll position and width column after postback or callback (New!)
0
source

All Articles