Sherzod Posted October 14, 2015 Posted October 14, 2015 Hello! A simple example, Switching grid pages "smoothly"... UniDBGrid1 -> ClientEvents -> ExtEvents [ Ext.data.Store[store] ] : function store.beforeload(store, operation, eOpts) { this.grid.getView().el.setStyle("opacity", "0"); } function store.load(sender, records, successful, eOpts) { this.grid.getView().animate({to: {opacity: 1}, duration: 1000}) } Try, Best regards. 1 Quote
9223000 Posted April 1, 2018 Posted April 1, 2018 Please tell me. How to do also but on UniTreeView? What should I specify instead of "this.grid.getView()"? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.