Search Type: Posts; User: agunescu
Search: Search took 0.02 seconds.
-
29 Mar 2013 12:17 AM
- Replies
- 9
- Views
- 141,516
The configuration options are cloned and two grids are created to be locked(left) side and the normal(right) side. Try:
grid.normalGrid.filters.getFilterData()
and
... -
6 Dec 2012 6:08 AM
- Replies
- 7
- Views
- 4,735
Is it a version of this plugin for ExtJS 4.1 ?
-
14 Nov 2012 2:10 AM
- Replies
- 39
- Views
- 10,363
Try:
http://stackoverflow.com/questions/6061392/how-to-prevent-extjs-grid-from-scrolling-when-clicking-on-a-cell -
14 Nov 2012 1:22 AM
- Replies
- 39
- Views
- 10,363
It's fixed on Ext JS 4.1.3 - support only, you will need to wait for the general audience release.
-
13 Nov 2012 3:04 AM
- Replies
- 3
- Views
- 466
Hi there!
Have got the same problem.
Any progress on this issue? -
13 Nov 2012 2:19 AM
- Replies
- 9
- Views
- 1,587
Any new updates on this one please?
-
11 Oct 2012 5:20 AM
- Replies
- 9
- Views
- 141,516
Hi Scott,
If I will be a sencha support subscriber, will I have access to this fix before ExtJS 4.1.3 subscribers release. Or if I put a ticket I will have this fixed asap?
Alex -
20 Aug 2012 3:27 AM
- Replies
- 10
- Views
- 1,299
Any update on this please, I get the same warning...
-
18 Jul 2012 10:41 PM
- Replies
- 1
- Views
- 337
I've tried to use grouping with an infinity grid, it's working only if I have collapsible attribute set to false, is there a posibillity to have this infinity grouping grid and to be able to expand...
-
13 Jul 2012 4:21 AM
- Replies
- 26
- Views
- 9,696
I was using ext js 4.1.1 when I had this problem ...
-
13 Jul 2012 3:32 AM
- Replies
- 26
- Views
- 9,696
i've changed the firefox set up like i said and it's working great...i don't know for sure why but it's working.
-
12 Jul 2012 4:22 AM
- Replies
- 26
- Views
- 9,696
It's a firefox 13 issue, not an ExtJS one. Try to play with the advanced settings -> general -> browsing from firefox 13, it's working for me on windows 7 - 64.
-
25 Jun 2012 4:25 AM
- Replies
- 0
- Views
- 406
I am facing a very strange problem. I have a grid with cell selection model and when i CLICK on any cell then grid automatically goes to first record, though the cell on which i click is selected...
-
23 Jun 2012 6:45 AM
- Replies
- 39
- Views
- 10,363
any solution here for cell selection model please?
-
5 Jun 2012 2:47 AM
- Replies
- 1
- Views
- 598
Sorry if I put a wrong thread here but is it possible to buy one developer pack with premium support and not standard for ExtJS 4.x? If so what is the price for it?
-
30 May 2012 3:10 AM
- Replies
- 3
- Views
- 2,004
I am trying to make something similar for Chrome Esc key, keyCode = 27:
Ext.EventManager.on(document, Ext.isOpera ? 'keypress' : 'keydown', function(e){
if(e.keyCode == 27 && Ext.isChrome){
... -
29 May 2012 1:59 AM
- Replies
- 0
- Views
- 406
I am trying to cancel a cell editor using Esc key on Chrome and it doesn't fire any event, no "keypres" and/or "keydown", any help here please?
-
22 May 2012 5:12 AM
- Replies
- 3
- Views
- 1,066
I used that, but what I really need is the actual index of the column not the <td> html element, so if a column has a config colindex lets say "10" and I only have 5 columns visible from those 10 on...
-
22 May 2012 4:47 AM
- Replies
- 3
- Views
- 1,066
I found this method getCurrentPosition() on ExtJs 4.0, and I need it to work on 3.0. I can't find a solution yet. Is there any way to get the position of the cell when using cellSelection model? I...
-
22 May 2012 3:59 AM
- Replies
- 5
- Views
- 1,468
// returns coordinates of the top left cell
if (yourGridPanel.rendered) {
var position = Ext.fly( yourGridPanel.getView().getCell(0,0) ).getXY();
} -
11 May 2012 2:25 AM
- Replies
- 10
- Views
- 1,982
any solution here? for the height sync?
-
11 Apr 2012 6:33 AM
- Replies
- 2
- Views
- 819
I want to make the hmenu modal, if posible or disable all clicks outside of it until you press a button or something on it.
-
11 Apr 2012 1:17 AM
- Replies
- 2
- Views
- 819
How to make a modal menu or disable clicks outside the menu?
-
27 Feb 2012 3:16 AM
Jump to post Thread: Ext Simple Spreadsheet by agunescu
- Replies
- 21
- Views
- 12,270
Ext Simple Spreadsheet ??? Where can I find this example?
-
20 Feb 2012 6:45 AM
- Replies
- 2
- Views
- 646
I am using a keymap and multirowselection model and I want to start editing the grid when I press a key based on a selected rowindex and colindex...because is a row selection grid I can get the row...
Results 1 to 25 of 27
