Never mind. I was using the addSelectionHandler.
By using the addSelectionChangedHandler then it works as expected.
Type: Posts; User: micgala
Never mind. I was using the addSelectionHandler.
By using the addSelectionChangedHandler then it works as expected.
I have the D&D feature available in my tree, but I would like that in the mouse down, there is no selection event.
For me, it would be great if I could somehow configure the selection only after...
Hi.
It seems that calling setSplit(false) does not work after the panel has been rendered.
How may I programatically disable the resizing within a region of a BorderLayoutContainer?
Thanks,...
The ticket 40751 has been created regarding this.
So, steps for reproducing:
http://examples.sencha.com/gxt/4.0.2/#ExamplePlace:basictreegrid
Expand, either with the mouse or the keyboard, until you are here:
Beethoven, Quartets, Six String...
Sure! Thanks very much for the information!
Oh, sorry! I created the ticket before checking here...
BTW, do you know when 4.0.3 will be released?
Is the nightly stable enough for being used?
Thanks Brandon.
Created ticket #40672
Hi.
Please check this example in the explorer:
http://examples.sencha.com/gxt/4.0.2/#ExamplePlace:cellgrid
It uses a TextButtonCell.
I am having an issue in my app, which can be reproducible with the explorer demo (4.0.2):
http://examples.sencha.com/gxt/4.0.2/#ExamplePlace:basictreegrid
To reproduce, follow these steps:
...
So, steps for reproducing:
http://examples.sencha.com/gxt/4.0.2/#ExamplePlace:basictreegrid
Expand, either with the mouse or the keyboard, until you are here:
Beethoven, Quartets, Six String...
Hello. In my gwt.xml file, I have those definitions.
<extend-property name="locale" values="en,de"/>
<collapse-property name="user.agent.os" values="*" />
<collapse-property...
For reprodution of the problem, any grid with more than one visible page of data will do.
I tried with GXT 3.1.1.
So, when trying to use PageUp and PageDown to navigate, the selection is changed...
Hi.
Does anyone know how can I create an XTemplate with a TextResource as a source?
I've tried this, but it fails by telling me that the value must be an expression.
private static final...
Have you tried to add the handler to the grid's parent container?
I received a reply from (Jonathan Strootman) in google plus:
You can probably achieve this by overriding (via deferred binding) GridAppearance for whatever theme you're using.Let's assume you're...
Hi. This is more a GWT question than GXT.http://www.gwtproject.org/doc/latest/DevGuideCompilingAndDebugging.htmlPlease check that, specially this part:Understanding the GWT CompilerYou may not be...
Hi.
I am searching for the piece of code (or where is the css style defined) used for creating the Grid horizontal lines.
I would like to do it.
For GXT 2, I used to do it like this:...
Unfortunatelly that is not an option for me. I really need the clear button, to have the same look and feel as we had when using gxt 2.
Hi.
Have anyone implemented a comboBox wich show a clear button as well (twin trigger) in GXT 3?
I've done this LONG ago, in GXT2...
Hi.
My company currently uses gxt 2, and we would like to evaluate an upgrade to gxt 3 + gwt 2.7.
I can see that the latest gxt is only available for support subscribers, as usual.
The problem...
Hi.That is already the default behavior within grids in 2.2 as well!You are probably facing some other issues if your header is not locked...
Yes. You will need a valid javascript regex.
Hi. I'm not sure if they will do it on 3.x the same they did on 2.x.
If so, then forget about it. The changes won't be available until they release another major change (probably 3.1.x). Only that...
Hi.
You might want to try add a BeforeSelect event listener to the grid in your combobox:Fires before a row is selected. Listeners can cancel the action by calling setCancelled(true)
Then, the...