Search Type: Posts; User: agunescu

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. 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

    ...
  2. Is it a version of this plugin for ExtJS 4.1 ?
  3. Try:

    http://stackoverflow.com/questions/6061392/how-to-prevent-extjs-grid-from-scrolling-when-clicking-on-a-cell
  4. It's fixed on Ext JS 4.1.3 - support only, you will need to wait for the general audience release.
  5. Hi there!

    Have got the same problem.
    Any progress on this issue?
  6. Any new updates on this one please?
  7. 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
  8. Any update on this please, I get the same warning...
  9. 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...
  10. I was using ext js 4.1.1 when I had this problem ...
  11. 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. 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.
  13. 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...
  14. any solution here for cell selection model please?
  15. 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?
  16. 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){
    ...
  17. 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?
  18. 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...
  19. 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...
  20. // returns coordinates of the top left cell
    if (yourGridPanel.rendered) {
    var position = Ext.fly( yourGridPanel.getView().getCell(0,0) ).getXY();
    }
  21. any solution here? for the height sync?
  22. 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.
  23. How to make a modal menu or disable clicks outside the menu?
  24. Replies
    21
    Views
    12,270
    Ext Simple Spreadsheet ??? Where can I find this example?
  25. 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
Page 1 of 2 1 2