|
#1
|
|||
|
|||
|
I'm using SmartGWT nightly build (2011-07-27), Chrome 12.0.742.124 on Ubuntu 10.04.
I'm using a summaryRowDatasource to display a summary on a ListGrid. The response is formed as follows: Code:
DSResponse response = new DSResponse(); response.setTotalRows(summaryType == SummaryType.TRIPLE ? 3 : 1); response.setData(records.toArray(new ListGridRecord[0])); processResponse(request.getRequestId(), response); |
|
#2
|
|||
|
|||
|
This happens to have been found and fixed yesterday evening, grab this morning's nightly for the fix.
|
|
#3
|
|||
|
|||
|
The latest nightly build (2011-07-28) does not appear to have this issue fixed, the scrollbar still does not appear on a 3 row summary. Also auto-fitting columns seems to have broken.
|
|
#4
|
|||
|
|||
|
Run a GWT compile and clear your browser cache. Always do this after upgrading.
|
|
#5
|
|||
|
|||
|
Re-compiled several times, cleared cache, cleared cache + new browser, I still don't get any scrollbar for a 3 row summary. Also auto-fitting columns is working in a very different way in Firefox to Chrome at the moment (I don't know yet if that's a related issue).
|
|
#6
|
|||
|
|||
|
Just noticed you said 7/28 - you want a 7/29 build, but it looks like it didn't complete. Look for it later today.
|
|
#7
|
|||
|
|||
|
Just a quick note to point out, if you haven't already seen it, there is now a nightly build dated July 29. Please let us know if you continue to see this behavior with this build.
Thanks |
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Horizontal scrollbar for treegrid inside tab and nesting layout | alo | Smart GWT Technical Q&A | 6 | 7th Mar 2011 12:41 |
| Any way to supress the dataset not completely loaded message in dev mode? | jay.l.fisher | Smart GWT Technical Q&A | 2 | 14th Nov 2010 11:28 |
| ListGrid Summary Values and Tab Key in SmartGWT 2.0 | ccagle | Smart GWT Technical Q&A | 2 | 6th Feb 2010 17:22 |
| Horizontal scrollbar for treegrid cannot show up when having the Zindex set | mmfish | Smart GWT Technical Q&A | 1 | 15th Oct 2009 20:26 |