There's some discussion at my work about using Jack Slocum's EXTjs library as an extension to YUI (already in use) for a project in development. I'd like to help avoid a dependence on EXTjs's commercial licensing model if possible.
The primary two features desired from EXTjs are EditorGridPanel and ColumnTree.
As far as I can see, it looks like YUI since 2.6.0 has added EditorGridPanel functionality to their DataGrid. Is there some major caveat to using YUI's built-in functionality? Is there something still way slicker about EditorGridPanel?
As for ColumnTree... I don't see any easy YUI replacement for this feature set. Is there something in YUI that does this that I'm not seeing? Is there some other good option?
Is it best to just bite the bullet and pay for EXTjs (and deal with the commercial license dependence) for this kind of functionality?