This question is locked. New answers and comments are not allowed.
Hi,
I have a RadGridView with ScrollViewer.VerticalScrollBarVisibility="Auto". My grid contains cells with RadComboBox with data. When the horizontal scrollbar appears, and you scroll to the right then back, the data in the dropdowns contents are cleared. Attached is a screenshot of how it looks like. This only happened after our update.
Version: 2011.2.920.1040
<telerikGridView:RadGridView x:Name="conditionListGrid" AutoGenerateColumns="False" Height="156" ScrollViewer.VerticalScrollBarVisibility="Auto" RowIndicatorVisibility="Collapsed" IsFilteringAllowed="False" CanUserInsertRows="False" CanUserReorderColumns="False" CanUserDeleteRows="False" CanUserSortColumns="False" EditTriggers="None" EnableRowVirtualization="False" ShowGroupPanel="False" CanUserResizeColumns="False" ColumnWidth="*" RowLoaded="ConditionListGrid_RowLoaded" >
I have a RadGridView with ScrollViewer.VerticalScrollBarVisibility="Auto". My grid contains cells with RadComboBox with data. When the horizontal scrollbar appears, and you scroll to the right then back, the data in the dropdowns contents are cleared. Attached is a screenshot of how it looks like. This only happened after our update.
Version: 2011.2.920.1040
<telerikGridView:RadGridView x:Name="conditionListGrid" AutoGenerateColumns="False" Height="156" ScrollViewer.VerticalScrollBarVisibility="Auto" RowIndicatorVisibility="Collapsed" IsFilteringAllowed="False" CanUserInsertRows="False" CanUserReorderColumns="False" CanUserDeleteRows="False" CanUserSortColumns="False" EditTriggers="None" EnableRowVirtualization="False" ShowGroupPanel="False" CanUserResizeColumns="False" ColumnWidth="*" RowLoaded="ConditionListGrid_RowLoaded" >