Search Type: Posts; User: Maarten76
Search: Search took 0.03 seconds.
-
11 Dec 2012 2:49 AM
- Replies
- 2
- Views
- 247
Very occasionally, a TreePanel which is used in software I've built does not have the correct height.
40705
This only happens in Chrome and Windows XP. It doesn't happen all of the time. I used... -
14 Oct 2010 4:25 AM
- Replies
- 9
- Views
- 11,055
Is something like this already realized in Ext 2 / 3? Because I'm having the same problem..
-
12 Apr 2010 4:11 PM
- Replies
- 6
- Views
- 1,217
I still don't have the solution and spent to many hours on this. Someone have any solution?
Will it help to buy the extjs license so that extjs employees will answer my questions? -
11 Apr 2010 5:05 AM
- Replies
- 6
- Views
- 1,217
Anyone? I'm not able to find a solution!
-
9 Apr 2010 5:22 AM
- Replies
- 6
- Views
- 1,217
I stepped through the ds.remove method and the functions fireing the events but I still can't find the solution. Can you please point me (a little bit more) in the right direction? Or anyone else?
-
9 Apr 2010 2:07 AM
- Replies
- 6
- Views
- 1,217
It's the grid store and it fires the remove event. Why do you ask? It's the documented remove function of a store?
-
9 Apr 2010 1:09 AM
- Replies
- 6
- Views
- 1,217
I'm trying to get the DD reorder plugin working for an EditorGridPanel. Most of it is working fine, but...
When I move a row this is done by the following (plugin) code:
if... -
8 Apr 2010 2:23 PM
- Replies
- 143
- Views
- 110,926
I have this plugin almost working. The problem i'm currently at is that when moving a row
ds.remove(ds.getById(data.selections[i].id)); is called. This removes the row.
... -
30 Mar 2010 8:07 AM
- Replies
- 3
- Views
- 1,108
Using the set method is a possibility but the problem is that you then need to use the commit() method to remove the dirty flag. The thing is that I want to prevent the grid/store from doing the post...
-
30 Mar 2010 1:49 AM
- Replies
- 3
- Views
- 1,108
Anyone?
-
29 Mar 2010 8:44 AM
- Replies
- 3
- Views
- 1,108
I have a datagrid containing a remote store. I also have a form which can edit some of the values which are in the datagrid.
The problem is that when I submit my form and update the values in the... -
25 Mar 2010 9:41 AM
Jump to post Thread: Accessing parent element by Maarten76
- Replies
- 6
- Views
- 1,514
Thanks again for answering. I'm getting better at reading the API.
myBorderPanel.get('companyGrid').addListener('celldblclick', function(grid, rowIndex, columnIndex, eventObject) { ... -
25 Mar 2010 7:07 AM
Jump to post Thread: Accessing parent element by Maarten76
- Replies
- 6
- Views
- 1,514
Removing records from a grid is working now. I have still one problem in the following situation:
total amount of records: 30
displayed per page in grid: 12
So the grid will have 3 pages of... -
25 Mar 2010 5:33 AM
Jump to post Thread: Accessing parent element by Maarten76
- Replies
- 6
- Views
- 1,514
Thanks so much. It's working. Where can I find this kind of information so I don't need to ask it here?
-
25 Mar 2010 5:29 AM
Jump to post Thread: Accessing parent element by Maarten76
- Replies
- 6
- Views
- 1,514
I want to show a confirm dialog when someone is trying to delete a record in a datagrid.
I do this by using:
}, onDelete : function(btn, ev) {
...
Results 1 to 15 of 15
