Search Type: Posts; User: bogc
Search: Search took 0.04 seconds.
-
10 May 2013 9:33 AM
- Replies
- 6
- Views
- 624
I wouldn't be that harsh.
The reason I am saying this, is that saving data highly depends on the server technology. For instance, I am using Ext.Net which is .Net based. The Ext.Net folks have... -
2 May 2013 5:55 PM
- Replies
- 4
- Views
- 925
This is doable by doing two things:
1. Override the column getEditor function to return the editor your own custom logic dictates. Example below.
2. Call editor.editors.clear(); because the... -
12 Mar 2013 4:24 PM
- Replies
- 4
- Views
- 381
Could you please elaborate?
Thanks -
26 Feb 2013 3:52 PM
- Replies
- 6
- Views
- 624
I ended up using an Ext.Net specific addition to the API and the getAssociatedData function.
-
25 Feb 2013 2:31 PM
- Replies
- 6
- Views
- 624
This question is related to my other posts:
http://www.sencha.com/forum/showthread.php?257157-method-to-extract-the-store-(nested)-data-as-a-json-object
... -
25 Feb 2013 10:42 AM
- Replies
- 1
- Views
- 406
Currently, it seems that if I have master-detail relationship, for instance, an Order has many LineItems, if the line items are changed (i.e. deleted, added, modified) the Order row is not marked as...
-
25 Feb 2013 10:26 AM
- Replies
- 2
- Views
- 148
First of all, if you want someone to help you, you need to post your code, so we can reproduce the problem and give you the proper answer.
I can tell you that loadRawData works - I used it many... -
25 Feb 2013 10:10 AM
- Replies
- 3
- Views
- 253
hi, sword-it:
I knew about the Ext.encode method. You can't call Ext.encode(<someStore>) because the store has so many data members and methods and so on. As a matter of fact I tried it on a... -
22 Feb 2013 12:05 PM
- Replies
- 3
- Views
- 253
Is there an extjs api method that would allow me to extract the data from a store/model into a json object. It should take into account nested data.
Probably it shouldn't be too hard to write,... -
12 Feb 2013 10:13 AM
- Replies
- 5
- Views
- 584
Hello:
Thanks for your post. I tried your fix and it fixes this issue, but it introduces another problem, the browse button stops working on subsequent clicks after the first upload. After I... -
4 Feb 2013 4:09 PM
Jump to post Thread: GridPanel rowSpan and colSpan by bogc
- Replies
- 5
- Views
- 1,268
It is interesting what happens... it looks like the celledit plugin doesn't seem to detect properly the cell you clicked on for 2nd and 3rd rows under the Manufacturing industry. If you click on the...
-
4 Feb 2013 3:45 PM
- Replies
- 1
- Views
- 189
Ext version tested:
4.1.1 - not working
Browsers:
IE9, FF 18.0.1, Chrome 24.0.1312.57 m -
1 Feb 2013 12:13 PM
Jump to post Thread: GridPanel rowSpan and colSpan by bogc
- Replies
- 5
- Views
- 1,268
Here is the feature code. Your data store has to support this feature by providing the data for those cells that are row/col spanned, esentially you need to provide RowSpan, ColSpan, RowSpanIndex and...
-
25 Jan 2013 10:16 AM
- Replies
- 9
- Views
- 1,642
Is there a patch that I could apply in ExtJs 4.1.1 to fix this?
Thank you -
23 Jan 2013 10:51 AM
- Replies
- 1
- Views
- 218
Ext version tested:
Ext 4.2.0.265
Browser versions tested against:
Chrome 24.0.1312.52 m
IE9 -
22 Jan 2013 4:58 PM
Jump to post Thread: TreePanel is too slow by bogc
- Replies
- 8
- Views
- 1,177
@Animal: the performance is very good, however see this issue: ...
-
22 Jan 2013 4:56 PM
- Replies
- 1
- Views
- 323
Ext version tested:
Ext 4.2.0.265
Browser versions tested against:
Chrome 24.0.1312.52 m
IE9 -
17 Jan 2013 5:12 PM
Jump to post Thread: Button.setToolTip(null) behaviour by bogc
- Replies
- 0
- Views
- 194
In ExtJs 3.x calling setToolTip(null) would remove the previous tooltip attached to the button. In ExtJs 4 the tooltip displays the string null, and the empty string makes the tooltip disappear.
... -
15 Jan 2013 9:15 AM
- Replies
- 9
- Views
- 1,642
Any resolution on this? I provided a way that is 100% guaranteed to reproduce this issue. Is there anything else that is needed?
-
14 Jan 2013 6:57 PM
- Replies
- 5
- Views
- 584
Ext version tested:
Ext 4.2 Beta 2,
Ext 4.1.1
Browser versions tested against:
IE 9 -
11 Jan 2013 12:28 PM
- Replies
- 9
- Views
- 1,642
Evan:
There is a very easy way to reproduce this without straining your hand. I will describe it here.
I downloaded a program called autoclicker that simulates mouse clicks. You can get it from... -
11 Jan 2013 12:34 AM
- Replies
- 9
- Views
- 1,642
I was able to reproduce this as well. Based on the debugging that I have done, at one point the expression e.getTarget('.' + Ext.baseCSSPrefix + 'menu') evaluates to null and me.hideAll() is invoked....
-
10 Jan 2013 5:56 PM
- Replies
- 1
- Views
- 252
Ext version tested:
Ext 4.2 Beta 2
Browser versions tested against:
Chrome 23.0.1271.97 m -
7 Jan 2013 6:14 PM
- Replies
- 2
- Views
- 538
Ext version tested:
Ext 4.2 Beta
Browser versions tested against:
Chrome 23.0.1271.97 m -
21 Dec 2012 11:13 AM
- Replies
- 4
- Views
- 377
Just as a side note, I think a better solution would have been to provide some config properties called:
trueValue - this would be defaulted to true
falseValue - this would be defaulted to false...
Results 1 to 25 of 68
