Multiple Selection in DataGrid?

hi, I am a new programmer in C#. I have 2 questions.

Question 1:
I been working with datagrids. I have encountered a problem. I need to select multiple cells by dragging the mouse to form a rectangle to select the cells much like the function used in Microsoft Excel. However datagrid seems to only able to select a single cell instead of multiple cells.  


Question 2:
I have tried to use ListView instead of datagrid. However listview allows only the first column which is the listViewItem to be selected. While the remaining subitems cannot be selected. Hence is there any ways to select the subitems as well.

Hope anyone could help me with my queries. Thanks alot...


Answer this question

Multiple Selection in DataGrid?

  • careymc

    Hi,

    Did you find a solution to your first Q 
    If you did, can you please let me know how can i do it 

    Thanks,
    Udi

  • YodaC

    Have you checked out

    http://www.syncfusion.com/FAQ/WinForms/default.asp#44

    maybe that will help

  • Multiple Selection in DataGrid?