Search Type: Posts; User: qlc

Search: Search took 0.02 seconds.

  1. That resolved the problem. But, since I'm using MVC, I put this in the controller: this.getSrvyTreeStoreStore().addListener('load',this.processTree, this);
  2. I am loading a treestore, getting the root node, then trying to iterate over the children. From what I observe, to seems to me that the tree is loaded into the store, I am able to get the root, when...
  3. Replies
    13
    Views
    7,996
    All these years later, this thread helped me out immensely. Thanks Animal!!!
  4. I'm new to ExtJs and am wondering about this Would you please explain what this does?
  5. Replies
    3
    Views
    238
    I have resolved the problem by removing leadingBufferZone,purgePageCount, and trailingBufferZone from the store.



    Ext.define('MyApp.store.tblnameStore', {
    extend: 'Ext.data.Store',

    ...
  6. I have resolved the problem by removing leadingBufferZone,purgePageCount, and trailingBufferZone from the store. The store now looks like this:

    Ext.define('MyApp.store.tblnameStore', {
    ...
  7. I don't know if it makes a difference, but the code was generated by Sencha Architect.
  8. Replies
    3
    Views
    238
    Hi,

    I'm trying to do a remote sort on the server, not local. Do I have to turn off local sort somehow?
  9. It seems that ExtJS 4 is making the propper web call to get the sorted data from the server with the AJAX request.

    But, with the lack of response I have to wonder if is this at all doable with...
  10. This is the PHP code on the server side that is ressponding:

    echo json_encode(array('success' => true, 'total' => 1000, $model_name => $tblnameRows));
  11. I removed the toolbar, but sorting still hangs:



    Ext.define('MyApp.view.MyGridPanel2', {
    extend: 'Ext.grid.Panel',

    height: 250,
    width: 450,
    title: 'My Grid Panel',
  12. Hi,

    (I am creating a new thread since it seems that the previous one has been corrupted as I am unable to view or edit it anymore).

    I have an infinate grid that works great by default, it...
  13. Replies
    3
    Views
    238
    Hi,

    I have an infinate grid that works great by default, it fetches pages nicely through the results.

    However, when I click a column header to define a sort order on one of the columns,...
  14. Replies
    104
    Views
    27,201
    Orginally we were going to use CakePHP for our latest project. But, Laravel is too compelling to not use. thanks for the reply.


    All the best,
    John.
  15. Replies
    104
    Views
    27,201
    Any chance that you might be working on Bancha support for other PHP frameworks like Laravel?
Results 1 to 15 of 15