Mahesh Patil

Mahesh Patil

  • NA
  • 5
  • 14.2k

Problem for get the hidden value from datagrid in WPF

Oct 7 2013 6:52 AM
my problem for above WPF code, this code only useful when you bind single table to datagrid

 var data =(Voucher)dataGrid1.SelectedItem;
            var id = data.VoucherID;

this code not give value from selected datagrid row when multiple table bind to the datagrid?

anyone knows about this send me a proper code to fetch value

 thank u in advance


Answers (1)