Hi Okba,
Please find the responses for your queries as below,
Query 1:
You can achieve your requirement by setting the SelectionForegroundBrush property in SfDataGrid like below,
<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}"/> |
Kb Link:
Query 2:
WinRT controls does not have the options to edit the styles in visual studio designer. You have to manually edit the style in XAML by writing style of TargetType to corresponding control.
Once the Essential Studio was installed, you can get the default style of all Syncfusion WinRT controls in the below path.
C:\Program Files (x86)\Syncfusion\Essential Studio\ (Version name)\Assemblies for WinRT\8.0\ (DLL of the corresponding control)\
Likewise, you can get the default style of SfDataGrid from the below path,
C:\Program Files (x86)\Syncfusion\Essential Studio\14.1.0.46\Assemblies for WinRT\8.0\Syncfusion.SfGrid.WinRT\Control\Themes
The styles for the controls like GridFilterControl, DataPager, MultiColumnDropDownControl, etc. are shipped in the below folder structure.
Regards,
Jai Ganesh S