1. #1
    Sencha User
    Join Date
    Jul 2012
    Posts
    5
    Vote Rating
    1
    rmaas is on a distinguished road

      0  

    Default Unanswered: List refresh function NOT working when using DataItem

    Unanswered: List refresh function NOT working when using DataItem


    Hey guys,
    I'm running into some problems when trying to refresh a list(dataview) after changing some of the store's records. Works fine when using the regular `itemTpl` on the list config. But when i changed this to use a DataItem with `useComponents` and defaultType`, it's not working anymore.

    Any help with this issue?

    Thanks in advance,

    Rmaas
    Last edited by rmaas; 20 Aug 2012 at 3:26 AM. Reason: list into dataview

  2. #2
    Sencha User
    Join Date
    Dec 2011
    Posts
    80
    Vote Rating
    0
    coolfish is on a distinguished road

      0  

    Default


    Just a wild guess, but trying calling your stores load() function after you update/insert/delete data. This triggers a refresh in the dataview.