How do I display a DataGridView within a cell of another datagridview in C# forms app?
        Posted  
        
            by Sachin
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sachin
        
        
        
        Published on 2010-05-06T16:49:10Z
        Indexed on 
            2010/05/06
            18:18 UTC
        
        
        Read the original article
        Hit count: 430
        
How do I display a DataGridView within a cell of another datagridview in C# forms app?
How would I have to handle Sorting & value changed if this possible?
That is the only way I can display data to make some sense.. Think of it like I have a task column and dates column. Under the dates column I have a list of things to be done. These date columns are dynamic & there might be multiple date columns
Thanks, Sachin
© Stack Overflow or respective owner