Confirm this issue.
I have grid with GroupingView and 362 rows in grid (2 columns)
rows selected by programm from saved data in db
IdentityValueProvider<Answer> identity = new...
Type: Posts; User: marvic
Confirm this issue.
I have grid with GroupingView and 362 rows in grid (2 columns)
rows selected by programm from saved data in db
IdentityValueProvider<Answer> identity = new...
In gxt 3.0.1, this code allow enter custom value in ComboBox:
flight = new ComboBox<Flight>(new ComboBoxCell<Flight>(flightStore, flightProp.flightStr()) {
@Override
protected...
Hi,
Can I create chart as this picture ? Can't find solution for this (stacked bar ?)
I'm interested how to color cell and if it possible row and column headers ?
46828
Thanks!
Somebody of Sencha can answer, please?
Hello.
1. How to add a ContextMenu inside the HtmlEditor ?
if i use:
editor.setContextMenu(menu)
it's add menu on border editor.
2. Can I open hyperlink from HtmlEditor in a separate...
Consider a simple example.
All data is stored in the database.
public class Country {
int id;
String name;
....
}
Hi.
I want to create TreeGrid for this model:
public class Criteria implements Serializable {
int id;
String description;
When will gxt 3.0.3 GPL ?
The problem is not solved ?
Oh! Really.
We don't need loader and Rpcproxy for that. Thanks, icfantv. (yes, this is not for a grid)
There was another question. How to configure the loader and RpcProxy if I want to get scalar value (not List) from rpc ? (Integer for example).
Hello.
I have TabPanel with dynamic created items.
Code for create items:
TabPanel tab= new TabPanel();
grid.addRowClickHandler(new RowClickHandler() {
@Override
public void...
Thank you very much, icfantv. Your code works fine (i add gxt.jar to deploy classpath).
My mistake was to use java.util.List as returning type of GWT servlet, after change to:
return new...
I try to use any type of RpcProxy and Loader and result was same, Rpc-call returning this:
...
Firebug: Console -> Response:
//OK[7,6,2,3,2,5,4,1,3,2,2,1,["java.util.ArrayList/4159755760","ru.aviasoft.reports.model.ReportsList/3472030378","rO0ABXcEAAAAAA\x3D\x3D","????? ?...
Hi.
I want to load data from a remote DB server in the grid.
The following code:
final RepServiceAsync service = GWT.create(RepService.class);
...
Hi.
I want to load data from a remote server in the grid. The following code:
final RepServiceAsync service = GWT.create(RepService.class);
...