Hi,
Look how it look when there are a lot of records.
<telerikDataGrid:RadDataGrid Grid.Row="4" Grid.Column="0" x:Name="resultsDataGrid" SelectedItem="{Binding HistoryReportSelectedItem, Mode=TwoWay}" Margin="20"
AutoGenerateColumns="False" SelectionMode="Single" SelectionUnit="Row" ItemsSource="{Binding HistoryReportSource, Mode=TwoWay}" HeightRequest="400"
AlternateRowBackgroundStyle="{StaticResource AlternateRowBackgroundStyle}">
<telerikDataGrid:RadDataGrid.Columns>
<telerikDataGrid:DataGridTextColumn PropertyName="Succeded" HeaderText="Results" HeaderStyle="{StaticResource DataGridTextColumnHeaderStyle}" CellDecorationStyle="{StaticResource DataGridTextColumnBorderStyle}"/>
<telerikDataGrid:DataGridTextColumn PropertyName="Type" HeaderText="Type" HeaderStyle="{StaticResource DataGridTextColumnHeaderStyle}" CellDecorationStyle="{StaticResource DataGridTextColumnBorderStyle}"/>
<telerikDataGrid:DataGridTextColumn PropertyName="EndTime" HeaderText="End Time" HeaderStyle="{StaticResource DataGridTextColumnHeaderStyle}" CellDecorationStyle="{StaticResource DataGridTextColumnBorderStyle}"/>
<telerikDataGrid:DataGridTextColumn PropertyName="File" HeaderText="File" HeaderStyle="{StaticResource DataGridTextColumnHeaderStyle}" CellDecorationStyle="{StaticResource DataGridTextColumnBorderStyle}"/>
<telerikDataGrid:DataGridTextColumn PropertyName="Route" HeaderText="Route" HeaderStyle="{StaticResource DataGridTextColumnHeaderStyle}" CellDecorationStyle="{StaticResource DataGridTextColumnBorderStyle}"/>
<telerikDataGrid:DataGridTextColumn PropertyName="FailedFolder" HeaderText="FailedFolder" HeaderStyle="{StaticResource DataGridTextColumnHeaderStyle}" CellDecorationStyle="{StaticResource DataGridTextColumnBorderStyle}"/>
<telerikDataGrid:DataGridTextColumn PropertyName="Portal" HeaderText="Portal" HeaderStyle="{StaticResource DataGridTextColumnHeaderStyle}" CellDecorationStyle="{StaticResource DataGridTextColumnBorderStyle}"/>
</telerikDataGrid:RadDataGrid.Columns>
</telerikDataGrid:RadDataGrid>
Hi Daniel,
I am not sure I understand this forum post. Do you have any issues with the DataGrid control on Windows? Could you please describe in details the issues you have and what scenario you want to achieve?
I look forward to your rely.
There is blank area between the header of DataGrid and the content.
See attached screenshot in previous note.
Test the following: start removing the styling and check whether the blank space will disappear.
If you can send us all styling properties applied than we can test on our side the behavior.
<telerikDataGrid:DataGridColumnHeaderStyle x:Key="DataGridTextColumnHeaderStyle" BackgroundColor="LightSkyBlue" TextColor="Black" BorderColor="{StaticResource PrimaryColor}" BorderThickness="1"/> <telerikDataGrid:DataGridBorderStyle x:Key="AlternateRowBackgroundStyle" BackgroundColor="LightBlue" BorderColor="BlanchedAlmond" BorderThickness="1"/> <telerikDataGrid:DataGridBorderStyle x:Key="DataGridTextColumnBorderStyle" BorderColor="DarkBlue" BorderThickness="1"/>
<Color x:Key="PrimaryColor">#03446a</Color> <Color x:Key="SecondaryColor">White</Color>
Here is how the DataGrid looks on my side:
I have used the layout in the SDK app but I cannot reproduce the behavior.
As I suggested before, please review in details the layout you have in your original project. The file you have sent is a ContentView. You can review the page where the ContentView is used.
Hi Didi,
I tried to reproduced on version 7(Telerik) without success.