My favorites | Sign in
Project Logo
Project hosting will be READ-ONLY Wednesday at 8am PST due to brief network maintenance.
       
New issue | Search
for
| Advanced search | Search tips
Issue 53: Paging broken in TreeGridRenderer
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  ----
Closed:  Sep 23
Type-Defect
Priority-Medium


Sign in to add a comment
 
Reported by webblaz...@yahoo.com, Sep 23, 2009
What steps will reproduce the problem?
1. Create TreeGrid with more than one page of data
2. Click on a page link

What is the expected output? What do you see instead?
The data for that page should show. Instead, the data for the first page
always shows regardless of what page number you click on


What version of the product are you using? On what operating system?
1.4.7 with Firefox 3.5.x and XP

Please provide any additional information below.
I believe the bug is in TreeGridRenderer's drawContent() on line 70.
Shouldn't it be getting row "i" from the model instead of row "i - start"?
This is what DefaultGridRenderer does and paging works correctly in
DefaultGridRenderer.

Comment 1 by sskladchikov, Sep 23, 2009
Done. I also fixed the problem with client sorting in subtrees.
The fix will be available since 1.4.8
Status: Fixed
Comment 2 by webblaz...@yahoo.com, Sep 23, 2009
You are awesome!
Comment 3 by webblaz...@yahoo.com, Sep 23, 2009
By the way, any plans as to when 1.4.8 will be released?
Sign in to add a comment

Hosted by Google Code