1. #1
    Sencha User
    Join Date
    May 2010
    Posts
    18
    Vote Rating
    0
    1412 is on a distinguished road

      0  

    Default Ext.ux.grid.FiltersFeature with remote list source

    Ext.ux.grid.FiltersFeature with remote list source


    when i using Ext.ux.grid.FiltersFeature with type list, using remote store data, the filters menu ui is not constructed, it ust show an empty box, the example using SimAjax, and when i tried to change it using remote proxy, it also resulting the same bug

  2. #2
    Sencha - Support Team slemmon's Avatar
    Join Date
    Mar 2009
    Location
    Boise, ID
    Posts
    2,880
    Vote Rating
    80
    slemmon is a glorious beacon of light slemmon is a glorious beacon of light slemmon is a glorious beacon of light slemmon is a glorious beacon of light slemmon is a glorious beacon of light

      0  

    Default


    I'm afraid I don't follow, yet. Can you elaborate?

  3. #3
    Sencha User
    Join Date
    May 2010
    Posts
    18
    Vote Rating
    0
    1412 is on a distinguished road

      0  

    Default


    sorry, but after looking trought the source code, i found out that i should enter optional config for JSON Store, some like valueKey and textKey for the displayed item menu in list type filter using remote JSON store proxy to show properly, it is not documented and the example included just use Array data store,

    it solved now, thanks for your concern tought