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
30
C# Ultraganttview Start and Endtime from Database
posted

Hello,

I have a project with Ultraganttview and UltracalendarInfo.

Everything is okay but the Start Date and Finish Date is wrong. It always takes the date from today and not the days from my database. 

this.ultraCalendarInfo1.DataBindingsForTasks.StartDateTimeMember is set to my column but it won't work.

How can I do it that start and end date is taken from my database?

greets