Search Type: Posts; User: remeis
Search: Search took 0.01 seconds.
-
10 May 2012 3:10 AM
- Replies
- 3
- Views
- 2,435
You're right, scottmartin. I once gave grid.reconifgure a try, but to be honest I was confused what to do and forgot about that function. Now that I've wrote the stuff above it is clear to me....
-
9 May 2012 1:20 AM
Jump to post Thread: Adding/removing fields and columns by remeis
- Replies
- 71
- Views
- 56,316
I tried to implement dynamic grids in Ext 4: Ext.grid.GridPanel: adding/removing columns
At least, it works as it should in my case ;) But I'll continue working on that if problems arise. -
7 May 2012 7:32 AM
- Replies
- 3
- Views
- 2,435
As I recognized by playing around with grids and reading many forum posts, adding and removing columns of a GridPanel is not an easy job.
Edit: as scottmartin pointed out, using grid.reconfigure is... -
14 Mar 2012 3:03 PM
Jump to post Thread: Override of Ext.data.Model by remeis
- Replies
- 1
- Views
- 478
Hi community,
I'm using Ext 4.0.7 and want to dynamically add columns to a grid view. Therefore, I also have to modify the connected store and model definitions. While fighting with the code I... -
21 Oct 2011 1:05 AM
- Replies
- 9
- Views
- 1,559
Thanks skirtle! This code looks much more elegant and also works for me using ext.js.
-
20 Oct 2011 11:50 AM
- Replies
- 9
- Views
- 1,559
I got it working: I've moved the above code with the Ext.override directive to the launch function of the application, like you did:
Ext.application({
...
launch: function() {
... -
20 Oct 2011 7:13 AM
- Replies
- 9
- Views
- 1,559
Hi,
basically, I've the same problem: I'd like to override Ext.data.proxy.Server such that it will react on a failed request:
Ext.data.proxy.Server.override({
constructor: function() {
...
Results 1 to 7 of 7
