Search Type: Posts; User: LuckyBlade
Search: Search took 0.02 seconds.
-
12 Sep 2012 10:07 PM
- Replies
- 111
- Views
- 27,848
Hi. In IE there are errors:
SCRIPT438: Object doesn't support property or method "removeEventListener" ext-debug.js, line 9129 symbol 25
SCRIPT5007: Unable to get value of property... -
11 Sep 2012 7:47 AM
- Replies
- 111
- Views
- 27,848
Thanks! You're right, I've made mistake in patching and try to do something with delay.
-
10 Sep 2012 12:36 AM
- Replies
- 111
- Views
- 27,848
Thank you for patch, it works! But there is something strange. Firstly, I change code like this:
// View has changed, may be a full refresh or just a single row
onViewChange: function () {... -
5 Sep 2012 10:12 AM
- Replies
- 111
- Views
- 27,848
Please, see the example and try collapse Grid.
var columns = [];
var col1 = {
flex: 1,
dataIndex: "col1"
}
columns.push(col1);
var... -
5 Sep 2012 9:05 AM
- Replies
- 111
- Views
- 27,848
Yes, you are right and understood what I mean. I want to use auto-height. "Elements" the same as "rows".
Firstly, I'm creating a Grid and after that I'm adding elements to Grid's store. I don't... -
5 Sep 2012 1:13 AM
- Replies
- 111
- Views
- 27,848
Hi! I'm using version 4.1.1. Since switching applyTemplate to apply all works great except one. After adding several elements Grid doesn't increase size. If I add for example height: 1000 to Grid...
-
26 Jul 2012 11:26 PM
Jump to post Thread: Grid in iframe in IE 9 by LuckyBlade
- Replies
- 2
- Views
- 626
"Browser mode = IE9, Document mode = IE9" - that what I see in Developer tools(F12) when I open a page in the first time. If I change document mode to any others and after that again change Document...
-
12 Jul 2012 9:31 PM
Jump to post Thread: Grid in iframe in IE 9 by LuckyBlade
- Replies
- 2
- Views
- 626
First content string of grid doesn't render correctly in IE 9 in iframe. At localhost without iframe the same problem.
37126
Who knows, how fix it? -
1 May 2012 10:01 PM
- Replies
- 111
- Views
- 27,848
Solved by adding
selType:'cellmodel', plugins:[Ext.create('Ext.grid.plugin.CellEditing',{ clicksToEdit:1})], -
1 May 2012 6:51 PM
- Replies
- 111
- Views
- 27,848
Hi. In your example textfield doesn't catch spacebar keydown. How can I add it ?
-
4 Apr 2012 2:32 AM
- Replies
- 1
- Views
- 832
Hello! I wanna insert Ext component, such as button or text field into grid cell. Here is simple part of code:
Ext.create('Ext.data.Store', {
storeId: 'simpsonsStore',
... -
14 Mar 2012 7:06 PM
Jump to post Thread: Displaying whole text by LuckyBlade
- Replies
- 3
- Views
- 438
Yes, I want the cell to wrap, and rows to be autosized
-
14 Mar 2012 4:40 AM
Jump to post Thread: Displaying whole text by LuckyBlade
- Replies
- 3
- Views
- 438
Hello. In example basic grid http://docs.sencha.com/ext-js/4-0/#!/api/Ext.grid.Panel we can paste a long text in any field ( "name" : "text...text"). After rendering text will be cut ( text ...)....
Results 1 to 13 of 13
