Search Type: Posts; User: tamsler
Search: Search took 0.01 seconds.
-
2 Aug 2012 12:55 PM
- Replies
- 6
- Views
- 1,799
Our application specific JIRA where we track this is:
https://jira.sakaiproject.org/browse/GRBK-1314 -
2 Aug 2012 12:50 PM
- Replies
- 6
- Views
- 1,799
Can Sencha please release the fix for:
http://goo.gl/lE70q
http://code.google.com/p/chromium/issues/detail?id=120865
I understand that this is fixed for paying customers in 2.2.6, and that... -
2 Aug 2012 9:14 AM
Jump to post Thread: Ext GWT v2.2.6 release date by tamsler
- Replies
- 11
- Views
- 5,034
Can anybody at Sencha give us any information about the v2.3.0 release? Thank you.
-
13 Jul 2012 9:28 AM
Jump to post Thread: Ext GWT v2.2.6 release date by tamsler
- Replies
- 11
- Views
- 5,034
Is there an ETA for the v2.3.0 release?
-
12 Jul 2012 10:57 AM
Jump to post Thread: Ext GWT v2.2.6 release date by tamsler
- Replies
- 11
- Views
- 5,034
When will Sencha release Ext GWT v2.2.6 which addresses the "Sencha Ext GWT grid columns not aligned with grid header" issue?
http://code.google.com/p/chromium/issues/detail?id=120865
Best,... -
9 Jul 2012 1:17 PM
- Replies
- 5
- Views
- 1,551
What is Sencha's plan for supporting GXT 2.2.5+ in the future?
Does GXT 2.2.5 work with GWT 2.5.x (RC)?
Best,
-- Thomas
UC Davis -
1 Jun 2011 4:03 PM
Jump to post Thread: Context Menu is not hiding by tamsler
- Replies
- 3
- Views
- 3,335
One more observation. In a previous version of GXT, v2.1.1, the context menu display behaved differently.
GXT v2.1.1 : The context menu renders on right mouse button release
GXT v2.2.4 : The... -
1 Jun 2011 3:55 PM
Jump to post Thread: Context Menu is not hiding by tamsler
- Replies
- 3
- Views
- 3,335
I have done some more testing and have observed the following:
I think the issue has to do with the mouse pointer position w.r.t. to the context menu position.
1. Right click on the tree... -
30 May 2011 9:41 AM
Jump to post Thread: Context Menu is not hiding by tamsler
- Replies
- 3
- Views
- 3,335
Versions:
GXT: v2.2.4
GWT: v2.3.0
Browser: FF 4.0.1
OS: Mac OS X 10.6.7
Problem:
Any context enabled component (grid, tree) doesn't hide the context menu if no selection was made.
Steps to... -
18 May 2011 8:33 PM
- Replies
- 0
- Views
- 1,023
How can I limit the number of decimal places a user can enter in a GXT grid cell.
I can format the column config via column.setNumberFormat(...) but this just rounds the value to the defined... -
4 May 2011 2:51 PM
- Replies
- 1
- Views
- 1,394
After some testing, it turns out that the repaint() doesn't work. I have tried several things to reliably hide/show TreeGrid columns via setHidden() but nothing seems to work. Here is what I have...
-
3 May 2011 1:28 PM
- Replies
- 1
- Views
- 2,779
After upgrading to GXT 2.2.3, the grid onEditorKey() handling for KEY_ENTER doesn't start the next cell edit anymore. Now the user has to click on the cell to start editing. See:...
-
3 May 2011 12:25 PM
Jump to post Thread: GWT 2.3.0 support by tamsler
- Replies
- 10
- Views
- 4,270
Does anybody know when the GWT v2.3.0 compatible GXT version will be released?
Best,
-- Thomas Amsler
UC Davis -
19 Apr 2011 7:21 PM
- Replies
- 1
- Views
- 1,394
We just upgraded to GXT 2.2.3 and calls to ColumnModel setHidden(...) do not work anymore.
We are using:
cm.setHidden(2, true);
The current workaround is to just call repaint() on the... -
21 Jan 2011 1:45 PM
- Replies
- 0
- Views
- 826
I have an issue where a user enters some data in an EditorGrid cell. Then the user scrolls the grid without clicking anywhere first. Upon scrolling, the edited cell gets reset and the entered data is...
-
28 Jun 2010 9:05 AM
- Replies
- 2
- Views
- 1,867
I forgot to mention that my ultimate goal is to actually set a watermark like background for a grid.
-- Thomas -
25 Jun 2010 3:44 PM
- Replies
- 2
- Views
- 1,867
I am trying to change an EditorGrid's background-color. I searched this forum for "background-color" and found a few threads that talk about changing a grid's rows background-color etc., but so far,...
-
5 Feb 2009 11:26 PM
- Replies
- 3
- Views
- 882
I got this working now. Generating proper JSON, by removing quotes around numbers did the trick. I also blogged about this issue here:...
-
5 Feb 2009 11:23 PM
- Replies
- 0
- Views
- 618
I am trying to get drag and drop to work in a grid with groupings. The code looks like this:
protected void onRender(Element parent, int pos) {
super.onRender(parent, pos);
... -
27 Jan 2009 4:03 PM
- Replies
- 3
- Views
- 882
I am trying to load the following JSON data into a grid:
{
"gradeScaleRecord": [
{
"fromRange": "97.0",
"letterGrade": "A+",
"toRange": "100.0"
},
{
... -
6 Nov 2008 4:12 PM
- Replies
- 6
- Views
- 1,481
Thank you for your reply.
Is this an application limitation or is this capability on the future feature list?
Best,
-- Thomas -
5 Nov 2008 3:44 PM
Jump to post Thread: Editing Menus of Column in a Grid by tamsler
- Replies
- 4
- Views
- 1,064
Quick status update. Extending GridView.java and overwriting "protected Menu createContextMenu(final int colIndex);" method works. You can pretty much customize the whole menu structure this way.
-
5 Nov 2008 3:42 PM
- Replies
- 6
- Views
- 1,481
I think I am seeing the same problem using v1.1.2.
In the top level menu list, I have a couple CheckMenuItems and each of those has a sub-menu with N CheckMenuItems. The ""addSelectionListener(...)"... -
3 Nov 2008 9:23 PM
Jump to post Thread: Editing Menus of Column in a Grid by tamsler
- Replies
- 4
- Views
- 1,064
I assume that I would have to extend GridView.java by overwriting:
protected Menu createContextMenu(final int colIndex);
Would that be a valid approach?
Best,
-- Thomas -
3 Nov 2008 9:10 PM
Jump to post Thread: Editing Menus of Column in a Grid by tamsler
- Replies
- 4
- Views
- 1,064
Is there an example on how to do this. I would like to enable some kind of sub-menus/groupings for columns
e.g.
Columns
-->Essays
--->Essay 1
--->Essay 2
-->Labs
---> Labs
Results 1 to 25 of 25
