Is it possible to have multiple "lines" in a datagridview?
-
Hello Everyone, I am creating a small application that looks like an Excel Spreadsheet for scheduling purposes. It looks as such: Employee Name 1 | Employee Name 2 11/01 8:00-10:00 Blah | 8:00-10:00 blah blah 11/02 11/03 What I am trying to do is allow each cell to have multiple selectable lines in it. For instance: Employee Name 1 | Employee Name 2 11/01 8:00-10:00 Blah | 8:00-10:00 blah blah 12:00-1:00 Lunch | 11/02 11/03 I have seen other applications that are able to do this without creating another row and duplicating the date. I have read and read but I can't seem to find anything that points me in the proper direction, most likely due to the fact that I don't know what keywords to look up in order to find what I am looking to do. Any pointers in the right direction of how to achieve this would be greatly appreciated!