Search Type: Posts; User: astuteq
Search: Search took 0.03 seconds.
-
24 Aug 2012 12:06 AM
- Replies
- 3
- Views
- 724
Will this bug be addressed in the next bugfix release? When can we expect the next bugfix release?
Thanks
Stefan -
16 Aug 2012 11:39 AM
- Replies
- 3
- Views
- 724
Hello,
I have the following problem with a buffering grid (ext 4.1.1).
Deleted records of a buffered grid appear again as soon as the user scrolls up or down.
It seems to happen only if the... -
13 Aug 2012 11:26 PM
Jump to post Thread: Dynamic grid column resizing by astuteq
- Replies
- 8
- Views
- 2,136
Thanks!
I have just verified that it is a bug.
Double-checked with version 4.0.7 - Scott's example is working as explained.
Switching to 4.1.1 - the example does not work as soon as... -
13 Aug 2012 4:12 AM
Jump to post Thread: Dynamic grid column resizing by astuteq
- Replies
- 8
- Views
- 2,136
Hi Scott,
thanks for the reply.
What I forgot to mention is that I do not show the headers of the. Exactly this is the problem.
If you hide the headers, your suggested solution does not work.
... -
11 Aug 2012 2:47 AM
Jump to post Thread: Dynamic grid column resizing by astuteq
- Replies
- 8
- Views
- 2,136
Thanks for the reply.
This ends with the same error I get with what I have tried before.
I tried:
grid.headerCt.getHeaderAtIndex(0).setWidth(100)
I get the error: -
10 Aug 2012 7:46 AM
Jump to post Thread: Dynamic grid column resizing by astuteq
- Replies
- 8
- Views
- 2,136
Hello,
I try to resize grid columns at runtime.
This is no problem with Ext 3, but it does not seem to work in Ext 4.
There is no columnModel and nothing comparable...
I have 2 grids. If the... -
23 Aug 2011 11:33 PM
- Replies
- 1
- Views
- 511
Nobody with an idea?
-
22 Aug 2011 1:37 PM
- Replies
- 1
- Views
- 511
Hello,
in a form panel I have to make the keypress of the return key behave like a "tab" keypress.
That means that any keypress of the return key focuses the next form field (depending of the... -
22 Jul 2011 12:06 AM
- Replies
- 3
- Views
- 902
Could someone verify that it is a bug?
-
19 Jul 2011 11:26 PM
- Replies
- 3
- Views
- 902
hello,
I have posted a link with an example above, here is the code:
code
example -
19 Jul 2011 7:58 AM
- Replies
- 3
- Views
- 902
Hello,
I have a problem with the gauge chart and Firefox.
The chart has the legend enabled with "legend: true".
Then, when I reload the chart's store while the chart is hidden (tab panel),... -
24 Jun 2011 5:42 AM
Jump to post Thread: ExtJS 4.0.2a Line Chart bug by astuteq
- Replies
- 2
- Views
- 1,031
Is there somebody at Sencha who has verified this?
-
21 Jun 2011 12:17 AM
Jump to post Thread: ExtJS 4.0.2a Line Chart bug by astuteq
- Replies
- 2
- Views
- 1,031
Hi all,
it seems that the line chart does not work if it is only one record in the store.
You can verify it with the bundled examples when adding n = 1; at the top of "window.generateData"
in... -
20 May 2011 5:13 AM
Jump to post Thread: Binding nested data to a store by astuteq
- Replies
- 8
- Views
- 1,161
Ok, let me know if you have a different idea!
-
19 May 2011 6:45 AM
Jump to post Thread: Binding nested data to a store by astuteq
- Replies
- 8
- Views
- 1,161
I created some kind of "dummy" store which is initially bound to the grid:
Ext.define('Rekuma.store.reseller.Bankaccounts', {
extend: 'Ext.data.Store',
model:... -
19 May 2011 1:39 AM
Jump to post Thread: Binding nested data to a store by astuteq
- Replies
- 8
- Views
- 1,161
I finally got it!
The function "bindStore(newStore)" is what we need in this case. This is documented in Ext.grid.View, maybe it should be also mentioned in Ext.grid.Panel. -
18 May 2011 2:11 PM
Jump to post Thread: Binding nested data to a store by astuteq
- Replies
- 8
- Views
- 1,161
The nested model "bankaccounts" of my model "customer" creates automatically a function "customer.bankaccounts()". Calling this function returns a store which contains all bank accounts of a...
-
18 May 2011 9:20 AM
Jump to post Thread: Binding nested data to a store by astuteq
- Replies
- 8
- Views
- 1,161
Hello,
how can I bind nested data to store? I try to use the nested data of a model in a grid.
Basically I have a customer model. Each customer has a name and an address and 1 or more bank... -
11 May 2011 5:32 AM
- Replies
- 27
- Views
- 5,656
Hello,
I have also an issue with AbstractView.updateIndexes / reloading a TreeStore.
I discovered a problem when reloading a TreeStore quick successive order.
Here is my store configuration:
... -
17 Mar 2011 1:11 AM
- Replies
- 21
- Views
- 10,177
Hi tot2ivn,
did you have already some time to get the tab-strips to the right?
Maybe you can point me to the right direction, so I could try to update the code.
thanks,
Stefan -
17 Mar 2011 1:07 AM
Jump to post Thread: Grid header filters by astuteq
- Replies
- 164
- Views
- 85,552
Hello,
could somebody imagine a solution for the problem described in post #116?
Thanks,
Stefan -
5 Mar 2011 8:01 AM
Jump to post Thread: Grid header filters by astuteq
- Replies
- 164
- Views
- 85,552
I have no width set. And it seems that it is the default setting to make the filter fields 100% of the column width?
-
5 Mar 2011 3:15 AM
Jump to post Thread: Grid header filters by astuteq
- Replies
- 164
- Views
- 85,552
Hello,
I have a problem when using a grid with header filters in a card layout.
This is what I have:
The first panel shows the grid. In my application I have an edit dialog for records in the... -
25 Feb 2011 1:42 AM
- Replies
- 21
- Views
- 10,177
Hello,
great plugin! This is exactly what I'm looking for, but I need the Tab-Strips on the right side. Otherwise I can't use it.
It seems that this is still not possible? Can this be done? I... -
16 Feb 2011 1:47 AM
Jump to post Thread: How to remove a GroupTabPanel? by astuteq
- Replies
- 2
- Views
- 993
Ext.getCmp('center').remove(0) shows me the same error. I have worked around it by using a card layout, I think I can work with this.
Many thanks!
BTW: I'm using Safari on Mac OS X to write to...
Results 1 to 25 of 26
