Hi,
Load the sample app, it generates: Error HRESULT E_FAIL has been returned from a call to a COM component.
I have the same in a UWP app and it works perfectly.
<grid:RadDataGrid
x:Name="DataGrid"
Grid.Row="1"
AutoGenerateColumns="True"
Background="#f0f0f0"
BorderThickness="0"
FrozenColumnCount="4"
GridLinesThickness="1"
GridLinesVisibility="Horizontal"
Margin="0,16,0,0"
SelectionMode="None"
UserColumnReorderMode="None"
UserFilterMode="Disabled"
UserGroupMode="Disabled">
<grid:RadDataGrid.Commands>
<powerNumbers:PowerNumbersAutoGenerateCommand />
</grid:RadDataGrid.Commands>
</grid:RadDataGrid>
Load the sample app, it generates: Error HRESULT E_FAIL has been returned from a call to a COM component.
I have the same in a UWP app and it works perfectly.
<grid:RadDataGrid
x:Name="DataGrid"
Grid.Row="1"
AutoGenerateColumns="True"
Background="#f0f0f0"
BorderThickness="0"
FrozenColumnCount="4"
GridLinesThickness="1"
GridLinesVisibility="Horizontal"
Margin="0,16,0,0"
SelectionMode="None"
UserColumnReorderMode="None"
UserFilterMode="Disabled"
UserGroupMode="Disabled">
<grid:RadDataGrid.Commands>
<powerNumbers:PowerNumbersAutoGenerateCommand />
</grid:RadDataGrid.Commands>
</grid:RadDataGrid>