BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
<syncfusion:SfDataGrid x:Name="datagrid"
AllowResizingColumns="True"
AllowSorting="False"
AutoGenerateColumns="False"
ColumnSizer="Auto"
LiveDataUpdateMode="Default"
NavigationMode="Row"
Background="White"
SelectionForegroundBrush="Black"
Foreground="Black"
ItemsSource="{Binding Stocks}"/> |