Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Please help test v2.1 with virtual rendering for columns.
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Tin  
View profile  
 More options Jul 6 2012, 5:54 pm
From: Tin <michael.leib...@gmail.com>
Date: Fri, 6 Jul 2012 14:54:35 -0700 (PDT)
Local: Fri, Jul 6 2012 5:54 pm
Subject: Please help test v2.1 with virtual rendering for columns.

Hey guys,

I have finished implementing virtual column rendering (in addition to rows)
for v2.1 and I need your help testing it!  Please test it out in your app
and let me know if you hit any issues (log them on GitHub).

GitHub commit -
https://github.com/mleibman/SlickGrid/commit/e4f25cbb63722475618f019b...
Download ZIP (master) - https://github.com/mleibman/SlickGrid/zipball/master

Updated spreadsheet example with 100 columns -
http://mleibman.github.com/SlickGrid/examples/example-spreadsheet.html

Overview:
This commit brings virtual rendering to grid columns in addition to already
virtualized rows.  This significantly speeds up the rendering for grids
with large number of rows (more than two horizontal pages worth), makes the
DOM tree much more lean, and leaves a more"performance headroom" for the
actual application.  Whereas before, 100 columns slowed SlickGrid down
considerably, it is now able to handle a 1'000 columns with ease.  Once the
actual column headers are rewritten to do virtual rendering as well, that
number will increase another order of magnitude.

Things to look for when testing:
- Async post rendering.
- Keyboard navigation.
- Selection / active cell management.
- Column manipulation (resize / reorder / change columns / autosize).
- Event handling.

Also, grid.getCellNode() may now return null for cells that are outside the
viewport, so make sure your code can handle it (technically, it did that
before already, but only when the whole row was outside the viewport; not
it does that for individual cells as well).


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
carlos  
View profile  
 More options Sep 11 2012, 3:01 am
From: carlos <carlosaguiler...@gmail.com>
Date: Tue, 11 Sep 2012 00:01:08 -0700 (PDT)
Local: Tues, Sep 11 2012 3:01 am
Subject: Re: Please help test v2.1 with virtual rendering for columns.

Hi,

I have noticed that latest scroll method included in 2.0.2 version,  
scrollRowToTop(row), and latest scrollTo(y) changes are not included in 2.1
version. I've just downloaded 2.1.20120908 version via NuGet Packages
plugin for VS2010.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alex Sielicki  
View profile  
 More options Oct 30 2012, 6:48 pm
From: Alex Sielicki <alex.sieli...@gmail.com>
Date: Tue, 30 Oct 2012 15:48:20 -0700 (PDT)
Local: Tues, Oct 30 2012 6:48 pm
Subject: Re: Please help test v2.1 with virtual rendering for columns.

Thanks for doing this work. I've been waiting for virtual column rendering
months ago and it's finally here!

A few months ago I integrated an older version of SlickGrid (2.0.x) into an
application but now want to take advantage of virtual column rendering. Do
I need to change anything to make this work? I use a custom AJAX data store
implementation to retrieve row data on the fly. Do I need to modify this
somehow? I think it's currently retrieving all columns for each row it
needs, but this might not make sense with the new virtual column code. I
imagine it should just retrieve the columns that are visible?

We have instances where there are thousands of rows and other instances
where there are hundreds or thousands of columns. SlickGrid has been a
great help so far, and I hope we can take advantage of the new column
virtualization to make it scale to all our data.

Thanks,
Alex


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions Older topic »