Search Type: Posts; User: sharon_y
Search: Search took 0.02 seconds.
-
12 Apr 2013 3:40 PM
- Replies
- 15
- Views
- 1,772
Thanks for your detailed information.
Adding the following two lines to MyGridAppearance.MyGridStyle:
@Override
String cellInner();
This fixes the problem.
-Sharon -
12 Apr 2013 1:23 PM
- Replies
- 15
- Views
- 1,772
Here are our own GridAppearance and css used by Page1.java:
MyGridAppearance.java:
import com.google.gwt.core.client.GWT;
import com.google.gwt.resources.client.CssResource.Shared;
import... -
12 Apr 2013 9:46 AM
- Replies
- 15
- Views
- 1,772
Hi, Colin,
Here are the scenario to reproduce the issue:
Create a container with two buttons (button 1 and button 2) and a sub - panel. Each button is linked to a individual page in sub-panel.
... -
11 Apr 2013 3:23 PM
- Replies
- 15
- Views
- 1,772
I have reproduced this issue. I'm cleaning up the project and will send you the files soon.
Thanks. -
11 Apr 2013 12:56 PM
- Replies
- 15
- Views
- 1,772
I changed the package from:
com.sencha.gxt.cell.core.client.form.DateCell
to:
com.google.gwt.cell.client.DateCell
This fixed the problem.
However, in our production environment (GXT... -
10 Apr 2013 3:14 PM
- Replies
- 15
- Views
- 1,772
Hi, Colin,
Thanks for your reply.
I copied your LiveGridVisibleRowCount class to my project and ran the example. There are 11 visible rows in the grid, but the tool bar shows '1 - 14 of 44',... -
26 Feb 2013 3:16 PM
- Replies
- 15
- Views
- 1,772
Any updates on this?
Can we have an estimate when this will be fixed?
Thanks! -
18 Feb 2013 5:52 PM
- Replies
- 15
- Views
- 1,772
We have a panel with a livegrid and other components. However, the total number of visible rows displayed in livegrid is different from the number displayed in the toolbar. For example, only 9 rows...
-
6 Aug 2012 2:40 PM
- Replies
- 0
- Views
- 448
I need to have vertical scroll bar for the viewport, but not horizontal scroll bar.
Inside viewport, I have a panel and need to have horizontal scroll bar but not vertical scroll bar.
I tried:...
Results 1 to 9 of 9
