Looking at any pointers in how to create column filters/show-hide much
like in ExtJS Grid. I've been reading Alex's itemRenderer blog only to
be a little overwhelmed at how complicated this might be to accomplish.

http://extjs.com/deploy/dev/examples/grid-filtering/grid-filter.html

Is there any 3rd party ADG grid component that enhances the out of the
box ADG functionality? Specifically adding some line of business
abstractions like column type (Text/Date/Number) and
filtering/grouping widgets that an end user can use.

Here is how I plan to accomplish some of the features:
- Column Type 
  -- add a sortCompareFunction based on column meta data
- Arrow icon
  -- add Arrow icon to column header that would have handle click event
- Context menu
  -- add menu control to support multi panel context menus. This will
require the ability to format menus with checkboxes (never done this)

Thoughts on this approach?

Reply via email to