[CLOSED] store.proxy.ro question

  1. #1

    [CLOSED] store.proxy.ro question

    Since I haven't found any "ro" property in extjs api, can you explain me this piece of code:

    
    if (!Ext.type(store.proxy.ro)) {
            store.filterBy(getRecordFilter());
        }
        else {
            store.reload();
        }
    I have a situation where I apply a filter on store load, and it works fine but due to the "if" above IE reloads the store instead of just filtering it on a client,
    Firefox works correctly though.

    Thanks.
    Last edited by Daniil; Jan 04, 2012 at 8:17 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Please clarify where is this code defined?

    I can't find it in Ext.NET v1, ExtJS 3.4 and GridFilters sources.
  3. #3
    Daniil thank you for the heads up.

    I've thought it is a part of Ext.Net, appears not so I guess I'd dig through our source.

    You can close this one.

    Thanks.
  4. #4
    Ok, please feel free to update the thread if you will be in trouble with it further.

Similar Threads

  1. [CLOSED] [Razor] Paging without Store Proxy
    By machinableed in forum 2.x Legacy Premium Help
    Replies: 8
    Last Post: Jun 04, 2012, 2:52 AM
  2. Multicombo store proxy
    By David Pelaez in forum 1.x Help
    Replies: 1
    Last Post: Feb 08, 2011, 1:27 PM
  3. [CLOSED] set Proxy URL of Store at runtime.
    By farisqadadeh in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 22, 2010, 7:11 AM
  4. [CLOSED] [1.0] reset PagingToolBar store with proxy
    By PoloTheMonk in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 02, 2010, 7:24 AM
  5. [CLOSED] Using a update proxy on a store with params?
    By Riset in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 02, 2009, 12:21 PM

Tags for this Thread

Posting Permissions