|
|||||||
![]() |
|
|
Thread Tools |
|
#11
|
||||
|
||||
|
Folks...
A test ActiveGrid widget is up for you to see/trial the functionality. This is Alpha code and has many features not finished or working. No need to report bugs as I'm aware much isn't fully working, but this gives you a sense of how it will work and performance etc... http://www.rednels.com/ActiveGridTest/ Stay tuned ;-) Cheers, Grant
__________________
GXT JavaDocs: http://extjs.com/deploy/gxtdocs/ GXT FAQ & Wiki: http://extjs.com/learn/Learn_About_the_Ext_GWT_Library Buy the Book on GXT: http://www.apress.com/book/view/9781430219408 Follow me on Twitter: http://twitter.com/gslender |
|
#12
|
|||
|
|||
|
Great work gslender. Congrats!
I am not going to report bugs, b'coz you already said so - ![]() |
|
#13
|
|||
|
|||
|
Wayhay!!! This is what my users have been waiting for. Finally get rid of paging
![]() Will this work with plugins ok? Nice work mate. I tried to implement this a little while ago, but had to stop due to other commitments. You've done a great job. You the man ![]() |
|
#14
|
|||
|
|||
|
Nice work. I can see how this would be useful. I'm excited to see how this progresses. Any willingness to post the code so that the community can help you out?
-JP |
|
#15
|
||||
|
||||
|
Very cool!
We can hardly wait for the finished version! Great job! |
|
#16
|
|||
|
|||
|
This is looking REALLY good. Thanks for the effort here! Just out of curiosity, what is this grid bound to (i.e. or a ListStore or some custom store)?
|
|
#17
|
||||
|
||||
|
Quote:
The hosted example is setup like so.... (note the custom toolbar that is added to the content panel). // loader
BasePagingLoader loader = new BasePagingLoader(proxy);
loader.setRemoteSort(true);
ActiveGrid<Data> g = new ActiveGrid<Data>(300,.3,loader, cm);
final ActiveToolBar toolBar = new ActiveToolBar(g);
ContentPanel cp = new ContentPanel(new FillLayout());
cp.setHeading("ActiveGrid - <i>alpha</i> - Test Release");
cp.add(g);
__________________
GXT JavaDocs: http://extjs.com/deploy/gxtdocs/ GXT FAQ & Wiki: http://extjs.com/learn/Learn_About_the_Ext_GWT_Library Buy the Book on GXT: http://www.apress.com/book/view/9781430219408 Follow me on Twitter: http://twitter.com/gslender |
|
#18
|
||||
|
||||
|
I tried to use a normal Grid and extend as much as possible (preserving the code base) so plugins should work, but they need to be aware that the store is not fully loaded, so it depends on the plugin.
Which plugins do you think it should work with?
__________________
GXT JavaDocs: http://extjs.com/deploy/gxtdocs/ GXT FAQ & Wiki: http://extjs.com/learn/Learn_About_the_Ext_GWT_Library Buy the Book on GXT: http://www.apress.com/book/view/9781430219408 Follow me on Twitter: http://twitter.com/gslender |
|
#19
|
||||
|
||||
|
Soon. Wish to fix a few core issues (get things working better) and then I'll open it up. There is no point in having a bunch of folks suggest changes to code that is being ripped and refactored all the time ;-)
__________________
GXT JavaDocs: http://extjs.com/deploy/gxtdocs/ GXT FAQ & Wiki: http://extjs.com/learn/Learn_About_the_Ext_GWT_Library Buy the Book on GXT: http://www.apress.com/book/view/9781430219408 Follow me on Twitter: http://twitter.com/gslender |
|
#20
|
||||
|
||||
|
Ok, I've got the code working a bit better now - so please test and let me know what bugs you find....
http://www.rednels.com/ActiveGridTest/ Cheers, Grant
__________________
GXT JavaDocs: http://extjs.com/deploy/gxtdocs/ GXT FAQ & Wiki: http://extjs.com/learn/Learn_About_the_Ext_GWT_Library Buy the Book on GXT: http://www.apress.com/book/view/9781430219408 Follow me on Twitter: http://twitter.com/gslender |
![]() |
| Thread Tools | |
|
|