0

I am building an application in C# with Visual Studio 2010. I am looking for the best approach to build a grid very similar to the functionality that is used in MS Project.

Basically: multiple columns plus/minus to expand child items tab to make current row a child row above

Please let me know if anybody has had to deal with an issue like this before.

MrSmith42
  • 9,961
  • 6
  • 38
  • 49
Shane Grant
  • 2,484
  • 4
  • 26
  • 32

1 Answers1

1

You mean a Gantt Chart? Check out this question: MS Project Gantt chart control usage in C#

Community
  • 1
  • 1
GôTô
  • 7,974
  • 3
  • 32
  • 43
  • The only issue, is that while I want the functionality displayed in the gantt chart grid on the left, I do not need the actual gantt chart on the right. Also, my need for this is very different than project management, and the gantt chart controls I have found seem to focus on project management style data. – Shane Grant Nov 09 '10 at 15:49
  • Ok I understand. Are you looking for code samples or for a library that you could use? – GôTô Nov 09 '10 at 15:54
  • either would work, I looked at the grid in the telerik controls and it may be possible to use that, but that would be the only control I need, and cant really afford 1k for that bit of functionality. – Shane Grant Nov 09 '10 at 15:57
  • Do you have a licence for any component yet? – GôTô Nov 09 '10 at 16:02
  • Nope, do most of my development is done with standard controls. – Shane Grant Nov 09 '10 at 16:52
  • Didn't notice the major grammar errors in my last statement, had a phone call in the middle of trying to type, sorry. I do not own any third party controls, but have wanted to buy some, just cant really afford them since 99% of the development I do is for personal use applications, and a little bit for my wife to use to make her job easier. – Shane Grant Nov 09 '10 at 17:01