Search Type: Posts; User: jonas.esser
Search: Search took 0.02 seconds.
-
13 Sep 2010 2:15 AM
Jump to post Thread: input mask plugin by jonas.esser
- Replies
- 21
- Views
- 35,293
Hello,
the checkVal() Method returns the wrong position. I added
a++;
before "return a;" to correct the position.
GXT Version: 2.2.0 -
16 Mar 2010 10:02 AM
Jump to post Thread: PagingGrid and focusRow by jonas.esser
- Replies
- 4
- Views
- 1,343
ok...thank you, it works.
store.addStoreListener(new StoreListener<ModelData>() {
@Override
public void storeDataChanged(StoreEvent<ModelData> se) {
select(); -
15 Mar 2010 8:29 AM
Jump to post Thread: PagingGrid and focusRow by jonas.esser
- Replies
- 4
- Views
- 1,343
thank you, but the ViewReady Event is fired before my grid is filled (the grid is masked with "data loading...").
grid.addListener(Events.ViewReady, new Listener<BaseEvent>() {
... -
11 Mar 2010 9:55 AM
Jump to post Thread: Paging Grid problem by jonas.esser
- Replies
- 2
- Views
- 994
Hello,
check/debug the return value of the Method basePagingLoadResult.getTotalLength(). The value must be > 50. Set the breakpoint at the method read in your JsonLoadResultReader.
Best... -
11 Mar 2010 9:36 AM
Jump to post Thread: PagingGrid and focusRow by jonas.esser
- Replies
- 4
- Views
- 1,343
Hello,
how can I automatic scroll to the selected row?
Here is my example code snippet:
/** -
21 Jan 2010 1:12 AM
Jump to post Thread: Problem with AbsoluteLayout by jonas.esser
- Replies
- 2
- Views
- 1,599
Hello jrk,
thank you for testing my code. I try your code in a clean gxt-project and it worked.
I am in process to migrate a gwt-ext application to a gxt application.
I think some javascript... -
19 Jan 2010 8:49 AM
Jump to post Thread: Problem with AbsoluteLayout by jonas.esser
- Replies
- 2
- Views
- 1,599
Hello,
I tried to place three checkboxes with a AbsoluteLayout side by side, but they are rendered in wrong positions.
Here is my code, the resulting divs and a picture:
public class...
Results 1 to 7 of 7
