to me, it seems like there are events missing from the Store class. namely, id like to be notified that the store has finished loading data remotely by its proxy after a sync. the write event works… but is it the appropriate event to handle all CRUD operations? im surprised there is no aftersync event. note that there is a beforesync event. any suggestions?
Share
Yes, you are correct. There’s nothing as such “
aftersync()” in Sencha Touch to notify us after store has finished loading data remotely by its proxy.Similar links:-