Search Type: Posts; User: ap
Search: Search took 0.02 seconds.
-
31 Oct 2012 8:13 AM
- Replies
- 94
- Views
- 17,758
I have the same problem.
getValue is not returning the expected values in array. I get array of objects instead. -
8 Aug 2012 11:00 AM
- Replies
- 12
- Views
- 2,629
Thanks
This line made Andrey's patch work.
grid.doComponentLayout(); -
9 Jul 2012 12:13 PM
- Replies
- 4
- Views
- 828
Any update on the status???
This is kind of ridiculous. Every time I upgrade to a newer version all the old bugs keep on coming back!!! -
8 Jul 2012 1:38 PM
- Replies
- 3
- Views
- 601
I'm having the same problem using 4.1.1. My renderer uses html tags and the cell editor breaks...
Can you please point me to the existing issue you mentioned? -
29 May 2012 9:46 AM
- Replies
- 13
- Views
- 5,113
Hmmm, it was not working for me under 4.0.7 (this case was never closed either).
Anyways, you are right, this is still a problem in 4.1.0
Here is the updated test case
<html>
<head>
... -
29 May 2012 9:21 AM
- Replies
- 12
- Views
- 2,629
Is there any update on this?
I tested this on 4.1.0. It's still breaking. -
24 May 2012 5:41 AM
- Replies
- 13
- Views
- 5,113
It was actually never fixed in the final 4.0.7 build.
-
29 Feb 2012 6:41 PM
- Replies
- 1
- Views
- 289
Just upgraded from 4.0.4 to 4.0.7.
I have a few renderers that uses colIndex to determine what is displayed. The way the new version addresses the colIndex in a nested column header(grouped headers)... -
28 Nov 2011 1:07 PM
- Replies
- 3
- Views
- 897
4.1.0 pr does seem to have fixed most of the bugs with pagingscroller, bufferedstore, prefetch, sorting, etc. As it also breaks a few things, I have no intend to fully test the build until it's in...
-
28 Nov 2011 11:07 AM
- Replies
- 1
- Views
- 466
This problem is still not fixed in 4.0.7.
-
17 Nov 2011 7:31 AM
- Replies
- 4
- Views
- 1,408
I doubt it...
Very frustrating with 4.x. Even though I have successfully migrated our application to it, there are so many unaddressed issues. -
15 Aug 2011 3:18 PM
- Replies
- 12
- Views
- 2,629
Can someone please address this issue?
If it should be the user's responsibility to take care of the interaction of the plugin with the grid's layout, please at least provide more built-in events in... -
10 Aug 2011 12:25 PM
- Replies
- 34
- Views
- 27,212
I've tried and failed to make the RowEditing fire events after the editor is rendered to adjust the height of the grid.
Currently the editor will not trigger any layout in gridView, when the grid... -
27 Jul 2011 5:00 PM
- Replies
- 4
- Views
- 1,741
Do you have any update on this?
If you just want to 'reload' a new set of data on param changes or such, can just clear the prefetchedData and call 'prefetchPage(1)'. This would not require you to... -
25 Jul 2011 6:55 AM
- Replies
- 12
- Views
- 2,629
REQUIRED INFORMATION
Ext version tested:
Ext 4.0.1
Ext 4.0.2
Ext 4.0.4 -
1 Jul 2011 11:44 AM
- Replies
- 1
- Views
- 466
REQUIRED INFORMATION
Ext version tested:
Ext 4.0.2
Ext 4.0.4
Browser versions tested against: -
27 Jun 2011 5:34 AM
Jump to post Thread: [4.0.1] RowEditor on hidden column by ap
- Replies
- 5
- Views
- 1,350
http://www.sencha.com/forum/showthread.php?137529-OPEN-EXTJSIV-2540-4.0.2-Rowediting-rendering-problem-with-hidden-column
-
23 Jun 2011 6:56 PM
Jump to post Thread: [CLOSED][B3] RowEditor param bug by ap
- Replies
- 4
- Views
- 732
I'm calling setEditor in a beforeedit event trying to dynamically swap out different editors for the same column.
I suppose you are doing something very similar here.
I found that the cause for... -
23 Jun 2011 6:25 PM
Jump to post Thread: [CLOSED][B3] RowEditor param bug by ap
- Replies
- 4
- Views
- 732
This bug still exists under RowEditing's setColumnField function. (v 4.0.2)
setColumnField: function(column, field) {
var me = this;
me.callParent(arguments);
... -
23 Jun 2011 5:14 PM
Jump to post Thread: Where did Ext.tree.TreeEditor go? by ap
- Replies
- 11
- Views
- 2,108
This is not a workaround it will break if you use RowEditing plugin.
Using the solution provided within this post, I was able to get both rowEditing and cellEditing to work with treepanel.... -
23 Jun 2011 3:48 PM
- Replies
- 13
- Views
- 5,113
Thanks. The original post is now formated.
-
22 Jun 2011 5:36 AM
- Replies
- 13
- Views
- 5,113
Then the opposite wouldn't work, (i.e. setValue(2) ...)
In my model I want my ID to be int. There is no string mixed in.
This to me is a bug/problem. Since the only workaround I have here is to... -
20 Jun 2011 7:10 AM
- Replies
- 13
- Views
- 5,113
Looking at the source code the problematic line is this one under store
Simple override would fix this problem. However I'm not sure if this is by design or a bug.
Thanks
findExact:... -
20 Jun 2011 4:47 AM
- Replies
- 13
- Views
- 5,113
REQUIRED INFORMATION
Ext version tested:
Ext 4.0.2
Browser versions tested against: -
17 Jun 2011 2:39 PM
- Replies
- 4
- Views
- 2,104
Rowediting plugin has trouble rendering if a column is hidden with editor defined. The fields that could cause this problem seem to be limited to those with triggers (numberfield, combo, datefield)....
Results 1 to 25 of 58
