If I comment out the columns section it loads. So how did you guys get to work? Dylan sent me a ChartViewTest project and I dropped this section in replacing the chart (that works) and it still threw and exception so I know it is not a requirements or configuration issue. What am I doing wrong. Running out of time on this eval. Thanks.
xmlns:grid="using:Telerik.UI.Xaml.Controls.Grid"
     <grid:RadDataGrid AutoGenerateColumns="False"
                                 SelectionMode="Single"
                                 SelectionUnit="Row"                                 
                                 >
                <grid:RadDataGrid.Columns>
                    <grid:DataGridTextColumn Header="Name"/>
                </grid:RadDataGrid.Columns>
            </grid:RadDataGrid>
I get this...
System.Runtime.InteropServices.COMException: Error HRESULT E_FAIL has been returned from a call to a COM component.at Microsoft.UI.Xaml.UIElement.Measure(Size availableSize)
at Telerik.UI.Xaml.Controls.Grid.DataGridColumn.MeasureCellContainer(Double availableWidth, UIElement container)
at Telerik.UI.Xaml.Controls.Grid.DataGridColumn.MeasureCell(GridCellModel cell, Double availableWidth)
at Telerik.UI.Xaml.Controls.Grid.RadDataGrid.MeasureHeaderCell(GridHeaderCellModel cell)
at Telerik.U

