DataGrid1.ItemsSource = mgr.srcData(0).DefaultView 'returns datatable
DataGrid1 has all the columns hidden but only 2 visibles
Running the application works, appear the rows but doesn't show the values, only blank rows although I can get their values
onclick -> gets value as datarowview and after I get the first element/field ---> Ok tested