CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2011
    Posts
    2

    Show datagrid rowdetail template on click of DataGridCheckBoxColumn

    I have a DataGrid bound to ViewModel. I want the first column to be checkbox in datagrid. If user clicks on checkbox column of any row, then I want to perform some processing and show another datagrid below that row.

    I want to this purely with MVVM.

    Thanks in advance

    Ankur

  2. #2
    Join Date
    Mar 2011
    Posts
    2

    Re: Show datagrid rowdetail template on click of DataGridCheckBoxColumn

    Anybody there, who knows how to solve this problem

    Thanks

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured