did you solve the problem ?
Type: Posts; User: kozla13
did you solve the problem ?
Hello,
i have Problem with grid inline editing and scroll.
If I scroll all Cell Editors lose focus.
You can see the example on this video:
http://goo.gl/dqqhK
How can i prevent losing focus...
How to make a LineSeries dotten and not continues line ?
i am using gxt charts 3.1.1
Hello,
i have following problem with the DoublePropertyEditor.
DoublePropertyEditor editor = new DoublePropertyEditor(NumberFormat.getCurrencyFormat("EUR"));
NumberField<Double> gpQ4 = new...
The above code is not working for gxt 3.1.1
Dos someone have a solution for new versions of GXT ?
Ok
thanks :), for the fast response.
How to set custom text to Graph Legend.
48375
if you hide some data on the line chart, the lables stay visible.
48373
after:
48374
it seems the problem is only present on firefox 25.
http://www.sencha.com/examples/#ExamplePlace:basicgrid
if you hover over the header left <---> right the header is getting bigger.
on the example site. How did nobody notice that
http://www.sencha.com/examples/#ExamplePlace:basicgrid
if you hover over the header left <---> right the header is getting bigger.
Can someone reproduce this ?
thanks
can somwon confirm this issue for locale DE:
48108
and if i clicke OK the date is not changed.
missing this method:
problem in code :
box.addHideHandler(new HideHandler() {
@Override
public void onHide(HideEvent event) {
Dialog btn = (Dialog) event.getSource();...
where can i download it ?
i am also trying with version 3.06
with replaceAll all i get the same error, i also tryed to clear the store manuly with store.remove(..) but that didn't also work. Hier is the full stack trace:
09:12:44.202 [ERROR]...
i have Problem reloding the grid data. If no records are selected the reloding is working perfect, but if i select some record from grid and than try to relode the grid, i am getting the folowing...
i have folowing grid Cell:
ComboBoxCell<RequestStatus> statusCombo = new ComboBoxCell<RequestStatus>(status, new LabelProvider<RequestStatus>() {
@Override
public String...
i am calling flusch before testing
req = driver.flush();
if (driver.hasErrors()) {
Info.display("Title", LANGUAGES.warning());
return;
}
is not workign that way:
return errors; is always executed before the RPC call finished
i understend you approtch, but thats not what.
i want the option if the user cliks out of the field(onBluer), that the server validat !
And i want a regular validation like this.
46479
i don't...
can you post some code example