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
1065
Updating Datasource And BindingContext
posted

My ultraganttview is bound to a datatable via ultracalenderinfo.setdatabindingfortask. Is there a way to track in the datasource which record is the current record?

Normally I use;

dim bm as bindingmanagerbase = bindingcontext(datatable). That way I can track the current and position. of bm when the record moves.

I tried ultracalenderinfo.databindingfortasks.bindingcontext but no luck.

Parents Reply Children
No Data