Ext


Go Back   Ext JS Forums > Ext GWT Community Forums (1.x) > Gxt: Help (1.x)

Reply
 
Thread Tools
  #11  
Old 12-01-2008, 10:01 PM
gslender's Avatar
gslender gslender is offline
Ext GWT Premium Member
 
Join Date: Mar 2008
Location: Brisbane, Australia
Posts: 1,572
gslender is on a distinguished road
Default

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
Reply With Quote
  #12  
Old 12-02-2008, 04:45 AM
fargo fargo is offline
Ext User
 
Join Date: Nov 2008
Posts: 4
fargo is on a distinguished road
Default

Great work gslender. Congrats!

I am not going to report bugs, b'coz you already said so -
Reply With Quote
  #13  
Old 12-02-2008, 10:29 AM
Kango_V Kango_V is offline
Ext User
 
Join Date: Jul 2008
Location: Swindon, UK
Posts: 73
Kango_V is on a distinguished road
Default

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
Reply With Quote
  #14  
Old 12-02-2008, 10:50 AM
jpnet jpnet is offline
Ext User
 
Join Date: Apr 2008
Location: Lincoln, NE
Posts: 229
jpnet is on a distinguished road
Default

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
Reply With Quote
  #15  
Old 12-02-2008, 01:16 PM
les's Avatar
les les is offline
Ext GWT Premium Member
 
Join Date: Sep 2008
Posts: 37
les is on a distinguished road
Default

Very cool!

We can hardly wait for the finished version!

Great job!
Reply With Quote
  #16  
Old 12-02-2008, 01:29 PM
Adam Ward Adam Ward is offline
Ext GWT Premium Member
 
Join Date: Jul 2008
Posts: 28
Adam Ward is on a distinguished road
Default

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)?
Reply With Quote
  #17  
Old 12-02-2008, 02:37 PM
gslender's Avatar
gslender gslender is offline
Ext GWT Premium Member
 
Join Date: Mar 2008
Location: Brisbane, Australia
Posts: 1,572
gslender is on a distinguished road
Default

Quote:
Originally Posted by Adam Ward View Post
What is this grid bound to (i.e. or a ListStore or some custom store)?
It uses a ListStore, but creates this internally as there are a few things I need to do to make it all work. As such, it requires a PagingLoader of which you can attach any DataProxy to. You'll see it takes custom parameters for buffer and auto-refetch factor.

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);
Reply With Quote
  #18  
Old 12-02-2008, 02:49 PM
gslender's Avatar
gslender gslender is offline
Ext GWT Premium Member
 
Join Date: Mar 2008
Location: Brisbane, Australia
Posts: 1,572
gslender is on a distinguished road
Default

Quote:
Originally Posted by Kango_V View Post
Will this work with plugins ok?
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?
Reply With Quote
  #19  
Old 12-02-2008, 03:06 PM
gslender's Avatar
gslender gslender is offline
Ext GWT Premium Member
 
Join Date: Mar 2008
Location: Brisbane, Australia
Posts: 1,572
gslender is on a distinguished road
Default

Quote:
Originally Posted by jpnet View Post
Any willingness to post the code so that the community can help you out?
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 ;-)
Reply With Quote
  #20  
Old 12-03-2008, 08:24 AM
gslender's Avatar
gslender gslender is offline
Ext GWT Premium Member
 
Join Date: Mar 2008
Location: Brisbane, Australia
Posts: 1,572
gslender is on a distinguished road
Default

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
Reply With Quote
Reply

Thread Tools

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

All times are GMT -5. The time now is 10:05 PM.

© 2006-2009 Ext, LLC
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.