<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
</Grid.RowDefinitions>
<syncfusion:SfDataGrid
Grid.Row="0"
…….
…….
</syncfusion:SfDataGrid>
<Button Width="100" Height="50" Grid.Row="1" Click="Button_Click" Content="AddItem"/>
</Grid> |