Search Type: Posts; User: pscanlon1

Search: Search took 0.02 seconds.

  1. ok so i actually had to put hideMode:'offsets' on the grid itself, and that fixes the issue of the data disappearing.

    Now lets move to next issue.


    When you collapse/expand a group, the grid i...
  2. Hello,

    Using the build ext-4.2.1.856 navigate to examples/grid/buffer-grid.html.

    Change the code a bit so that it renders a viewport with tabs.

    ie.


    var...
  3. Thanks I got it working. One last question....

    I am putting my project into an ASP MVC solution.

    My MVC Project is called FVM, as is my EXTJS application. The folder structure looks like so..
    ...
  4. This is still not working. It is making a relative reference to dynamically load my files. Do i need to run some sencha cmd so that bootstrap has my files?

    I dont understand why CMD isnt...
  5. Replies
    1
    Views
    147
    OK I figured it out.

    before loading the tree panel


    treePanel.getRootNode().collapse();
    treePanel.suspendLayouts();

    after loading
  6. Replies
    1
    Views
    147
    Hello,
    Is there a way to reload a treestore without having each node fire a removeNode() event?

    I would like to clear the entire store, and then refresh the data. It does work, but it takes about...
  7. Im having some trouble with my app and compiling it with CMD.

    I followed these instructions to build a new project after I had already created an architexct project.
    ...
  8. Look at http://localhost/extjs/ext-4.2.0.663/docs/index.html#!/api/Ext.state.CookieProvider

    You really have 2 methods, get and set to be concerned with.

    set is called when the state changes,...
  9. You have an extra comma in your panel class... Might have bad effects, but you could just do
    Ext.getCmp('WeFindEmuMain').add(Ext.create('WeFindEmulator.view.MemberEmulator'));

    You should really...
  10. What does your stores configuration look like?
  11. Replies
    2
    Views
    188
    Why dont you use http://docs.sencha.com/ext-js/4-2/#!/api/Ext.grid.column.CheckColumn ?
  12. Is it possible to drag a tree node onto a chart?

    I cant get the drop zone to work properly. I see that my treePanel is correctly dragging the node, but I cant get the drop to work. Am I missing...
  13. Any update on this bug?
  14. If you create a locked grid, when you click on a cell, it puts the cell to the far right of the grid, and doesnt fire a cellclick event. The scroller wants to always move back to its original...
  15. anybody know where this new CMD version is?

    Would be helpful.....
  16. Is this going to be released to public?
  17. Is there a link available? Or is this going to be put on the forums soon?
  18. Sorry to be negative. I just have never used a stable version of EXTJS. I changed it to a width:50, and it is still throwing the same error??

    which build are you using?
  19. Uncaught TypeError: Cannot call method 'getView' of undefined

    Took the RowEditor example and did the following:

    1. Made the first column locked.
    2. Change RowEditor to CellEditor.
    3. Watched...
  20. Which files do i need to copy into which directory to get this to work?
  21. I just think it would be helpful if they explained that. I have a hard enough time making sure the library is functional! So where do I add files to the 4.2 distribution? In the directory above? Can...
  22. I have been using EXTjs for quite some time now. On top of being best practice to minify the javascript, it has become a bit of a necessity for the app to have any sense of performance while running...
  23. Take the editor grid example... Which actually doesnt work with the links for 4.2, but its under
    /examples/grid/cell-editing.js

    Make the first column a locked column...and have at it. Note that...
  24. I used to be able to load extjs class files all seperately....Did this behavior change? In 4.0 It would load a lot of files, but debugging was wayyyyy easier. Any way that we can still do this? I was...
  25. Replies
    102
    Views
    30,339
    Changes to model.

    Hi, I was wondering why you added an "id" property to the models in 4.1? When I send a request to the server, we automatically map our JSON object into JAVA object. When we...
Results 1 to 25 of 25