Search Type: Posts; User: bladesling
Search: Search took 0.02 seconds.
-
1 Mar 2013 4:23 PM
- Replies
- 1
- Views
- 375
In the onLoad function on the iFrame you have
Ext.EventManager.on(window, 'unload', me.beforeDestroy, me);
I believe you meant to add the listener to the iframe and not the window, or possibly... -
22 Jan 2013 9:58 AM
- Replies
- 3
- Views
- 246
I found the "solution". This probably will not work for every scenario.
Basically there is a bug in the treegrid code that when the metaData fields are supplied through the JSON, ExtJS... -
21 Jan 2013 11:34 AM
- Replies
- 3
- Views
- 246
I edited the initial post to include the source instead of the live example as that is now being taken down.
-
21 Jan 2013 11:28 AM
- Replies
- 1
- Views
- 323
Did you ever find a solution for this problem?
-
17 Jan 2013 4:11 PM
- Replies
- 2
- Views
- 307
I add my filters to a form panel completely separate from the grid and then attach the forms values to the grid as filters.
When I do this and force the store to load, it submits the filters with... -
17 Jan 2013 12:14 PM
- Replies
- 3
- Views
- 246
I can't seem to get the treegrid to accept the metaData fields parameter from a json call. I got the columns to reconfigure and the fields to assign to the model but any time the models fields get...
-
8 Aug 2012 1:13 PM
- Replies
- 2
- Views
- 324
To anyone looking for the code solution:
http://jsfiddle.net/MjFp3/3/ -
8 Aug 2012 8:08 AM
- Replies
- 2
- Views
- 324
When I add a locked column to a grid it's columns lack the same properties as grid with no locked columns. I can't seem to run column functions, or access many of the column variables. Is there...
-
31 Jul 2012 8:22 AM
- Replies
- 4
- Views
- 792
What I was saying is that the button no longer works when the locked column is on the Grid.
-
23 Jul 2012 7:44 AM
- Replies
- 4
- Views
- 792
While trying to figure out the difference between my code and your code I discovered adding a locked column to the example breaks it. Is this a bug with Ext JS? Is there a work around for this?
... -
19 Jul 2012 12:48 PM
- Replies
- 4
- Views
- 792
I would assume it would be fairy easy but I can't seem to get column functions to work. All I want to do is create a button that hides sets of columns on my fairly large table. The problem is, I...
-
12 Jul 2012 11:36 AM
Jump to post Thread: Custom Summary Row in Grid by bladesling
- Replies
- 1
- Views
- 739
I just wanted to post the answer and a few tidbits of information. I can now manually supply the summary row values and the data rows with a single ajax call. If this is built in, or there is a...
-
12 Jul 2012 10:12 AM
Jump to post Thread: Custom Summary Row in Grid by bladesling
- Replies
- 1
- Views
- 739
I am trying to supply the grid with a summary row values from a store. All it is is exactly the same model type as the grid data, just a summary row instead. My grid store actually has both the rows...
Results 1 to 13 of 13
