Search Type: Posts; User: ccocco_dw
Search: Search took 0.02 seconds.
-
2 Nov 2011 4:08 AM
- Replies
- 1
- Views
- 419
The code in TreePanel throws sporadic exceptions when dragging and dropping tree nodes from one parent to another, due to the findChildren() method assuming the call to findNode() always returns a...
-
11 Oct 2011 2:09 AM
Jump to post Thread: Change text in TreePanel nodes by ccocco_dw
- Replies
- 7
- Views
- 1,972
Reloading the entire store is not an efficient way to handle this, we should be able to update the model contained by the TreeNode via an API such as TreePanel.updateTreeNode(ModelData model) or...
-
10 Oct 2011 7:25 AM
Jump to post Thread: Change text in TreePanel nodes by ccocco_dw
- Replies
- 7
- Views
- 1,972
Calling store.update(model) does render the new value on the TreeNode label but it does not update the model held onto by the TreeNode , so you end up with a stale model in the TreeNode if you've...
-
10 Oct 2011 6:50 AM
- Replies
- 6
- Views
- 1,611
I've run into another use case where I simply cannot update the model contained by a TreeNode in a TreePanel. Could you please tell me if there's a way to do this? I don't see a public method to do...
-
14 Jun 2011 5:57 AM
- Replies
- 6
- Views
- 1,611
Can you explain how the TreeNode would get updated in this case?
-
14 Jun 2011 5:44 AM
- Replies
- 6
- Views
- 1,611
Hi, it would be extremely difficult to post a full working copy as the code I'm writing is integrated into a fairly complex application. I will post the code specific to the drag and drop TreePanel....
-
14 Jun 2011 4:10 AM
- Replies
- 6
- Views
- 1,611
If you perform a drag and drop in a TreePanel, capture the drop event, modify the model associated with the dragged TreeNode (e.g. adjust the parent ID attribute of the model to reflect the new...
-
13 Jun 2011 3:11 AM
- Replies
- 1
- Views
- 633
Could the GXT Team please comment on this question? Thanks!
-
8 Jun 2011 1:08 PM
- Replies
- 1
- Views
- 633
I have a remote TreePanel that allows a user to create a new parent or leaf via a button. When this button is initiated, a new object model is created and returned via RPC. Once I have the new...
-
1 Jun 2011 3:03 AM
- Replies
- 6
- Views
- 2,062
Hi, did you ever get a resolution to this issue? I cannot find an easy way to add a custom renderer to a TreePanel either but I need one for the same reason as you, to add additional buttons to a...
-
31 May 2011 10:52 AM
- Replies
- 0
- Views
- 780
I need to provide a custom renderer for Tree Nodes in a TreePanel but I don't see support for this other than to override the TreePanelView.getTemplate() method and append additional HTML elements to...
-
5 May 2011 3:48 AM
- Replies
- 0
- Views
- 466
What is the recommended way to add a row to a local TreeGrid once it's been rendered (e.g. via an Add button)? Is doing an add/insert into the TreeStore sufficient or do I need to call...
-
21 Apr 2011 9:54 AM
Jump to post Thread: ExtendedRowExpander by ccocco_dw
- Replies
- 16
- Views
- 13,941
Hi, the extended RowExpander class works well if you create the custom component used in the makePanel() method every time a row is expanded. But if you attempt to create it once and return it in...
-
30 Mar 2011 12:01 PM
- Replies
- 4
- Views
- 2,611
When a cell is selected in an editable grid with a RowEditor, it puts the entire row into edit mode. If one of the columns is a CheckBoxSelectionModel, selecting a checkbox in that column puts the...
-
2 Mar 2011 5:01 AM
- Replies
- 1
- Views
- 549
24942
-
2 Mar 2011 4:46 AM
- Replies
- 1
- Views
- 549
There seems to be a bug in the GroupingView.doRender() method that causes duplicate groups to be created by the Group By option using with a Grid. If grouping by column X, where rows 1-3 contain the...
-
16 Feb 2011 5:59 AM
- Replies
- 3
- Views
- 1,383
The following seems to work although it feels like a work-around. If there's a more elegant way to do this, please let me know. Thanks!
ListStore<ShowcaseListJO> store = grid.getStore();... -
16 Feb 2011 4:41 AM
- Replies
- 3
- Views
- 1,383
Yes, we have lots of types of grids in our application (e.g. local, remote, paging, non-paging) and they have local or remote sorting in various instances. Is there a way to disable sorting when...
-
15 Feb 2011 12:53 PM
- Replies
- 3
- Views
- 1,383
When using a local paging or non-paging grid without any sort in affect, inserting a model into the grid store at index 0 always adds it to the end of the grid. Stepping through the...
-
14 Feb 2011 5:22 AM
- Replies
- 1
- Views
- 1,050
RowEditor.getTargetColumnIndex() intermittently returns null when trying to get the header cell for a visible column (grid.getView().getHeaderCell(i)) when editing starts, causing an exception to be...
-
3 Feb 2011 4:13 PM
- Replies
- 3
- Views
- 2,096
Actually, Component.setToolTip() should call Component.getToolTip() to create a new ToolTip and this would allow subclasses of Component widgets to override getToolTip() and return a custom version...
-
3 Feb 2011 3:31 AM
- Replies
- 3
- Views
- 2,096
I can't use QuickTip as I need to display a ContentPanel with widgets in it, but I can probably use the getCell() call within a mouse over event to get the cell that's being hovered over and then...
-
1 Feb 2011 10:54 AM
- Replies
- 3
- Views
- 2,096
How would I display a custom tooltip (e.g. ContentPanel) over a grid cell when the mouse hovers over it? It has to be dynamic as each cell can have different data to display in the tooltip. I need...
-
11 Jan 2011 4:05 AM
- Replies
- 1
- Views
- 813
Hi, how would I animate (e.g. Slide In/Slide Out) adding a panel to the viewport? The showcase demonstrates a sliding panel that already exists within a container using a button to trigger it, but...
-
7 Dec 2010 4:21 AM
- Replies
- 5
- Views
- 2,005
Thanks Sven, I agree that calling Component.setToolTip(ToolTipConfig myCustomToolTipConfig) will allow me to override the default usage of the GXT ToolTipConfig in Component.setToolTip(String text). ...
Results 1 to 25 of 43
