Hi ,
I did some test on the grid view and i have an unexpected behaviour.
What is the meaning of a red border when a cell is edited ? (you can see the example on the attached screenshot. )
My problem is that I can't edit one column (the column "6" on the screenshot). The red border appears if i try to put a value. Only this column doesn't work as expected, others can be edited. I spend some time on this problem, i didn't found any solution.
Best regards,
Jeremie GAMBIN
I did some test on the grid view and i have an unexpected behaviour.
What is the meaning of a red border when a cell is edited ? (you can see the example on the attached screenshot. )
My problem is that I can't edit one column (the column "6" on the screenshot). The red border appears if i try to put a value. Only this column doesn't work as expected, others can be edited. I spend some time on this problem, i didn't found any solution.
<telerik:RadGridView Name="radgrid" Margin="2,2,2,2" IsScrolling="True" ScrollMode="Deferred" DataLoadMode="Synchronous" ItemsSource="{Binding .Value, UpdateSourceTrigger=PropertyChanged}" EnableColumnVirtualization="True" EnableRowVirtualization="True" MaxHeight="500" MaxWidth="700" FrozenColumnCount="1" IsFilteringAllowed="False" ShowGroupPanel="False" RowDetailsVisibilityMode="Collapsed" AutoGeneratingColumn="AutoGeneratingColumnEvent" telerik:StyleManager.Theme="Summer" EditTriggers="CellClick" > <telerik:RadGridView.Columns> <telerik:GridViewDataColumn IsReadOnly="True" DataMemberBinding="{Binding RowHeader}" CellStyle="{StaticResource RowHeaderStyle}" Header=""/> </telerik:RadGridView.Columns> </telerik:RadGridView>
Best regards,
Jeremie GAMBIN
