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.
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+ )
i'm not sure i understand the problem. what is the difference between the integer values and the entity values?
is the chart plotting the data as if it were taken from the original table, and ignoring the data objects you've created using LINQ?