Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
425
Binding to DataView
posted

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 = Nothing
porsData = 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!