2X faster development
The ultimate Xamarin UI toolkit to boost your development speed.
SfDataGrid allows you to set alternate row color by setting the SfDataGrid.GridStyle.AlternatingRowColor property. The default value of this property is Color.Default and hence applies the record background color for all rows in that case. If a value is set for this property then the grid appears with the specified alternate row color. Refer the following code example which illustrates how to set AlternatingRowColor in SfDatGrid.
SfDataGrid allows you to customize the rows for which the alternate row color needs to be updated based on the property SfDataGrid.AlternationCount.
SfDataGrid also allows you to customize the AlternatingRowColor when changing the themes in runtime. This can be achieved by writing a custom style class for the SfDataGrid overriding from DataGridStyle class and returning the color need to be applied for alternate rows in the GetAlternatingRowBackgroundColor() override.
Refer the below code example to know how to apply the custom style to SfDataGrid.
The following screenshot shows the final outcome upon execution of the above code The working sample for this KB is available in the following location http://www.syncfusion.com/downloads/support/directtrac/general/ze/AlternateRowColor771799106
|
2X faster development
The ultimate Xamarin UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.
Hi, How to do this in XAML ?
Best Regards, SzL
Hi Szántai László,
XAML code snippet to achieve this requirement.
Please refer this UG to know more about DataGrid styling.
UG link
Regards,
Pradeep Kumar B