From the brief discussions at DDD:IV and from subsequent sessions, here is a draft list of general priorities for Grid efforts.
- Make sure domain experts (Steve and Scott) are available to help contributors or other code-divers get unstuck.
- Fix bugs.
- Pick low-hanging fruit for a11y.
- Improve integration with dojo.data (eliminate grid.model if possible, talk to dojo.data directly).
- Add particular highly-requested features, specifically grouping.
- Simplify structure specification. Use table markup to define grid structure.
- Establish a simplified grid core that support advanced features as mixins or other optional modules.

What is meant under grouping
What is meant under grouping (the 5th item)?
There are lots of times when
There are lots of times when you want to see "all rows for February" in a group which is expandable/collapsable. This requires support both in the rendering and data store layers to work effectively.