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
4133
Faster Way To Populate Win Gantt Chart
posted

I am currently populating my UltraGanttView control by iterating through records in a datatable and manually adding Tasks and Dependencies.  My data can be complicated at times with lots of dependencies between the tasks.  With only 300 or so records in the datatable, it takes roughly 2 minutes to populate my Gantt chart, which is too long for somebody to wait.

I have played around with the databindings on the CalendarInfo object, but I can't seem to find a way to do tasks of tasks.  It seems like the databinding method was designed for very "flat" data with only one level, not multiple levels of tasks and/or dependencies.  Can somebody point me in the right direction?  I've run a code profiler and all of the slowness is in the code where I add a task or a dependency.  It's not in dealing with the datatable at all.

Also, is there any kind of BeginUpdate/EndUpdate for the CalendarInfo object?  I'm wondering if that would help speed things up.

Parents
No Data
Reply Children
No Data