Hi Telerik,
I have this RadGridView:
When i click a row in the table created by the RadGridView then the selected row is not highlighted and i don't understand why. Should i set the color of the selected row somehow?
The ChamberMeasurements property is of type DataTable.
Can you tell me if i am doing something wrong or missing something?
Best regards,
Jeppe
I have this RadGridView:
<telerik:RadGridView IsFilteringAllowed="False" BorderBrush="#9AB400" Name="gridView" Grid.Column="0" ItemsSource="{Binding ChamberMeasurements}" AutoGenerateColumns="True" Margin="120,10,12,0" VerticalAlignment="Top" ShowGroupPanel="False"></telerik:RadGridView>When i click a row in the table created by the RadGridView then the selected row is not highlighted and i don't understand why. Should i set the color of the selected row somehow?
The ChamberMeasurements property is of type DataTable.
Can you tell me if i am doing something wrong or missing something?
Best regards,
Jeppe