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
785
Gantt from LINQDataSource
posted

Would anyone be so generous as to provide a bit of guidance on populating a gantt chart from data in a LINQDataSource?
I've read the following thread, as well as the samples discussed within the thread, but nothing on LINQ.
http://forums.infragistics.com/forums/p/28607/121060.aspx#121060

I think that what I am trying to achieve, to begin with, should be fairly simple.   I have an entity within my datacontext called "Projects".   That entity(table) has project titles, start dates, and end dates.   I would like to display this info in a simple gantt.

If anyone reading this post has already wired up a gantt using a LINQDataSource, pointers or sample code would be greatly appreciated. 

Parents
No Data
Reply
  • 785
    Verified Answer
    posted

    I figured out how to connect to the LINQDataSource....  simple as specifying column numbers, but I am still at a loss as to accessing the entities made available via the LINQDataSource from a Linq DataContext model/class.    All I seem to be able to access is the integer values in the immediate table, not the entity values themselves.  (unable to leverage the power of DynamicData, .Net 3.5 SP1+ )

Children