Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Hot to change the grid header background & text colour,
Please give me a solution
DataGrid Styling section in our documentation describes the styling options you can apply to the DataGrid control https://docs.telerik.com/devtools/xamarin/controls/datagrid/theming-and-styles/datagrid-columns-styling
Styling for the header can be applied per column using the Colum's HeaderStyle property https://docs.telerik.com/devtools/xamarin/controls/datagrid/theming-and-styles/datagrid-columns-styling#headerstyle
<telerikGrid:DataGridTextColumn.HeaderStyle> <telerikGrid:DataGridColumnHeaderStyle BackgroundColor="LightSkyBlue" TextColor="Black" BorderColor="Black" BorderThickness="2"/> </telerikGrid:DataGridTextColumn.HeaderStyle>
Example: https://github.com/telerik/xamarin-forms-sdk/blob/master/XamarinSDK/SDKBrowser/SDKBrowser/Examples/DataGridControl/StylingCategory/ColumnsStylingExample/ColumnsStyling.xaml
Check our DataGRid documentation for different Datagrid features and examples described: https://docs.telerik.com/devtools/xamarin/controls/datagrid/datagrid-overview
Regards, Didi Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.