Search Type: Posts; User: elirov
Search: Search took 0.02 seconds.
-
16 Apr 2013 7:38 AM
Jump to post Thread: Grid Header Unwanted Growth by elirov
- Replies
- 2
- Views
- 427
Any updates on this? It's causing a lot of confusion for our users. Thanks!
-
5 Feb 2013 12:30 PM
- Replies
- 1
- Views
- 259
1. Use Chrome
2. Bring up Kitchen Sink - Grid Example
3. Zoom in
4. Hover over the grid headers
You should see the grid headers grow uncontrollably until they take up the entire screen. -
20 Dec 2012 7:43 AM
- Replies
- 8
- Views
- 2,318
It might work, but it seems like a bit of a hack. Maybe there's a way for the store to do the commit/save old values strategy?
-
19 Dec 2012 8:57 AM
- Replies
- 8
- Views
- 2,318
Oh. Duh.. There must be a way to get this done. I can't believe such a common use-case is so hard to do...
-
17 Dec 2012 10:17 AM
- Replies
- 8
- Views
- 2,318
Would it make sense to add this method to the ListStore class?
public ArrayList<M> getEditedModels() {
Collection<com.sencha.gxt.data.shared.Store<M>.Record> modifiedRecs =... -
28 Nov 2012 6:59 AM
- Replies
- 3
- Views
- 2,934
I'm having a similar problem. Form.isDirty() remains false until I end the focus on the field I edited. Any thoughts?
-
9 Oct 2012 6:45 AM
- Replies
- 10
- Views
- 7,872
What's new in this minor release? Is there a release notes page?
Also, tried logging in to my subscription portal, but my subscription ran out. How do I extend it? Thanks!! -
8 Aug 2012 8:12 AM
Jump to post Thread: GXT Grid Print/Export CSV feature by elirov
- Replies
- 10
- Views
- 2,110
Is there a grid print/export-as-csv feature like the one in SmartGWT?
It would be nice to be able to get a printable view of the data inside a Store or to put it into a CSV file. I guess we could... -
8 Aug 2012 8:08 AM
- Replies
- 1
- Views
- 826
Anyone?
-
8 Aug 2012 8:07 AM
- Replies
- 4
- Views
- 2,094
Any fixes in sight?
-
1 Aug 2012 3:41 AM
- Replies
- 8
- Views
- 2,318
Nice one. It would be great if there was a built-in method for this, though. Sencha?
-
16 Jul 2012 8:06 AM
Jump to post Thread: FieldSet layout (re-size) bug by elirov
- Replies
- 21
- Views
- 2,604
Is it possible that we're missing the following in the onResize() method in FieldSet?
getContainerTarget().setHeight(height - getElement().getFrameWidth(Side.TOP, Side.BOTTOM));
Is there a... -
16 Jul 2012 7:52 AM
Jump to post Thread: FieldSet layout (re-size) bug by elirov
- Replies
- 21
- Views
- 2,604
I'm still having a problem with FieldSet in both Chrome and Firefox. Here's the code:
FieldSet fs = new FieldSet(); fs.setHeadingText("Test");
fs.add(new TextArea(), new... -
17 Jun 2012 6:22 AM
- Replies
- 4
- Views
- 2,094
GXT 3.0.0b
Thanks! -
15 Jun 2012 7:22 AM
- Replies
- 4
- Views
- 2,094
If we create a new HtmlEditor e = new HtmlEditor();
when we run e.getValue(), we get the value of the Rich Text Editor always, so if the user switches to the source editor, and clicks our Save... -
31 May 2012 1:16 PM
- Replies
- 3
- Views
- 1,296
Just checking if anyone else is having problems with this on chrome...
-
30 May 2012 12:34 PM
- Replies
- 3
- Views
- 1,173
Any ideas how to do this?
-
30 May 2012 12:01 PM
- Replies
- 3
- Views
- 1,296
If you go here:
http://sencha.com/examples-2
and go to the BufferView example in the latest version of Chrome, you can see that the third column is a few pixels off when you scroll down to the... -
9 May 2012 7:17 AM
- Replies
- 3
- Views
- 1,173
Anyone?
-
9 May 2012 7:16 AM
- Replies
- 2
- Views
- 790
Is there a nice way to add text box widgets to the column headers in a Grid? I'd like to add simple filtering capabilities to a grid.
-
1 May 2012 1:07 PM
Jump to post Thread: gxt radar chart refresh issue by elirov
- Replies
- 5
- Views
- 983
Cool! Also, I found out I need to clear the radar (Series) object as well or the opacity goes back to the lighter default... So, now I'm clearing all the axes and all series before calling...
-
1 May 2012 5:51 AM
Jump to post Thread: gxt radar chart refresh issue by elirov
- Replies
- 5
- Views
- 983
Didn't need to run forceLayout(). What I did need to do was run this:
axis.clear()
before updating the store and before the redrawChart() -
1 May 2012 5:36 AM
Jump to post Thread: gxt radar chart refresh issue by elirov
- Replies
- 5
- Views
- 983
I'm getting some weird artifacts when redrawing a gxt radar chart. It looks like the labels are drawn on top of each other until I resize the container. Here's the code:
onSuccess(Payload... -
28 Apr 2012 5:01 PM
- Replies
- 3
- Views
- 1,173
Is there any way to convert the "True/False" values in Boolean columns to Y/N or have an actual checkbox display in the cell?
Here's my column:
ColumnConfig<RadarChartMeasure, Boolean> cc5 =... -
28 Apr 2012 2:46 PM
- Replies
- 8
- Views
- 2,318
It looks like the behavior of store.getModifiedRecords() changed between gxt2 and gxt3 in the following way:
in gxt2, getModifiedRecords() returned a list of actual modified Record wrappers with...
Results 1 to 25 of 61
