Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
refresh() after updates in listview necessary?
posted

Hi,

I have built a form with an ultratreeview and an ultralistview. On mouseup on an active node the listview is updated. I have more events defined on the treeview like mousedown and mousemove. It seems necessary to use the refresh method on the listview after the update is done, otherwise the updates are sometimes shown after a remarkable period of time or after a mousemove. Is this use of the refresh method some sort of  "known good practise"?