Hello
After binding the XamDataGrid to a DataView i get a childband which contains one column names 'Value' in my XamDataGrid.
This child band doesnt exist for each row.
Hier my DataGrid Definition:
<igDP:XamDataGrid Margin="41,36,47,49" Name="XamDataGrid1"> </igDP:XamDataGrid>
And here my Code:
Dim porsData As DataSet = NothingporsData = My.Application.foDataRudi.CreateDataSet("SELECT * FROM Abteilung")XamDataGrid1.DataSource = porsData.Tables(0).DefaultView
The result is in the file attachment.
i am getting crazy with this grid!