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
565
WinTree with BindingSource
posted

Hi,

I'm using a BindingSource with the WinTree.

The bindingsource is bound to a datatable and the wintree is bound to the bindingsource.

The problem is, once one of the columns is sorted in the wintree it uses its own sorting mechanism instead of sorting the underlying dataview and therefore the bindingsource is out of sync with the wintree.

Is there a way to tell the wintree to directly sort the underlying datasource so it will remain in sync with the bindingsource ?

thanks.

Parents Reply Children