Search Type: Posts; User: sthamman
Search: Search took 0.01 seconds.
-
4 Oct 2011 4:41 PM
- Replies
- 39
- Views
- 10,441
Any update on this please?
-
3 Mar 2011 5:47 PM
- Replies
- 1
- Views
- 2,468
This issue is there in all versions of GXT.
The below code from GridView should use c.name instead of c.id as the record (r) will not contain data with key c.id when ColumnConfig.setDataIndex() is... -
14 Jan 2011 12:41 PM
Jump to post Thread: Using styles in HTMLEditor by sthamman
- Replies
- 3
- Views
- 2,057
In case if anyone what's to add style sheets to HtmlEditor... here is the code...
new HtmlEditor(){
@Override
public void setRawValue(String value) {
super.setRawValue(value);
Timer... -
13 Aug 2010 3:45 PM
- Replies
- 3
- Views
- 1,649
Thanks.
-
3 Aug 2010 10:18 PM
- Replies
- 3
- Views
- 1,649
http://www.sencha.com/examples-dev/explorer.html#filtergrid
In the above example just add a empty model to the store and none of the filters work.
store.add(new Stock());
... -
15 Dec 2009 9:11 PM
- Replies
- 3
- Views
- 1,591
Ok. Looks like this got introduced in the trunk after the 2.1 release. I'm able to reproduce this with trunk revision 1817.
Thanks,
Sreenivas -
14 Dec 2009 11:17 AM
- Replies
- 3
- Views
- 1,591
Trigger icon for DateField & ComboBox gets aligned to the layout top when placed within TableLayout or FlexTable. Please see the attached screen shot.
public void onModuleLoad() {
... -
19 Oct 2009 2:29 AM
- Replies
- 36
- Views
- 6,618
I think this is a regression. It was working fine until 2.0.2
As per the java doc of CheckBox
* Single checkbox field. Unlike other fields, checkbox fires change events when
* the radios... -
19 Oct 2009 2:26 AM
- Replies
- 5
- Views
- 1,409
I'm having the same issue in revision 1750.
Please let us know when will this be fixed in the SVN.
Thanks! -
19 Aug 2009 12:20 PM
- Replies
- 8
- Views
- 3,406
I'm still having this issue even with the svn code. Please check the above code & screenshot.
Thanks,
Sreenivas -
15 Aug 2009 1:14 AM
- Replies
- 3
- Views
- 2,211
Another way to solve it is to make the loading Async ;)
DeferredCommand.addCommand(new Command() {
public void execute() {
... -
13 Aug 2009 11:04 PM
- Replies
- 8
- Views
- 3,406
Thanks.
-
11 Aug 2009 5:17 PM
- Replies
- 8
- Views
- 3,406
Thanks for all your efforts. GXT rocks! :)
GXT 2.0.1
Hosted Mode
The aggregation column on the table footer doesn't get hidden when setting the related columnconfig to hidden.
Also, the... -
13 Feb 2009 10:42 AM
- Replies
- 3
- Views
- 2,273
Great. Sorry I didn't find that bug when did a search on this form.
Thanks,
Sreenivas -
10 Feb 2009 5:31 PM
- Replies
- 3
- Views
- 2,273
GXT 1.2.2: In the below method modified.remove(model); has no effect as the modified contains the list of Records and not Models.
/**
* Remove a item from the store and fires the... -
3 Feb 2009 1:52 PM
- Replies
- 10
- Views
- 5,713
There is an issue with submitting the form with even single radio group in 1.2.2. It used to work fine in 1.2.1. The value on the server is always coming as "on" in 1.2.2 irrespective of the radio...
-
23 Jan 2009 5:21 PM
Jump to post Thread: Editable Grid with Comboboxes by sthamman
- Replies
- 8
- Views
- 4,786
You can achieve it by overriding preProcessValue() & postProcessValue() methods of CellEditor as shown below
editor = new CellEditor(field) {
@Override
... -
23 Jan 2009 5:12 PM
- Replies
- 4
- Views
- 1,880
Any update on this please?
-
19 Dec 2008 8:29 PM
- Replies
- 4
- Views
- 1,880
[GXT 1.2] BeforeDataChanged event on ListStore doesn't stop loading the data into the store even if we set event.doit=false.
store.addStoreListener(new StoreListener<ModelData>() {
...
Results 1 to 19 of 19
