Tagged Questions

2
votes
1answer
1k views

Advanced JavaScript data store & grid widget

We have written a data store / grid widget system in JavaScript that automatically updates all widgets associated with a data store whenever some of the data changes. Its nice features are: it ...
1
vote
0answers
611 views

Ext JS Problem with MultiGroupingStore/MultiGoupingView user extensions

I am facing an issue with the MultiGroupingView extension that is used to get more than one level of grouping on grid data...I am using the version posted on this thread. the thing is, whenever i move ...