Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > GridView > Exporting master detail

Not answered Exporting master detail

Feed from this thread
  • Paolo Master avatar

    Posted on Feb 9, 2012 (permalink)

    Hello telerik,
    I've got a Master Detail GridView that on the expand button shows the child element using a behaviour,
    I wish when I click the export button to export all the columns the grid

    My object is of this kind

    public class DummyObj

      {

          public int ID { get; set; }

          public int Col1 { get; set; }

          public int Col2 { get; set; }

          public int Col3 { get; set; }

          public int Col4 { get; set; }

          public int Col5 { get; set; }

     

      }

      The master has ID and Col1 and the Hierarchical Col2,3,4,5 ... the viewmodel binds the whole item to the master,  when I export (for now) I got ID Col1... How can I access by codebehind to the HierarchicalChildDataTemplate and enumerate througth the columns?

    Thanks

    Reply

  • Didie Didie admin's avatar

    Posted on Feb 9, 2012 (permalink)

    Hi,

     Please take a look at this forum post about exporting hierarchal grid.

    Greetings,
    Didie
    the Telerik team
    Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > GridView > Exporting master detail
Related resources for "Exporting master detail"

WPF Grid Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  ]