This is a migrated thread and some comments may be shown as answers.

RadGridView with scrollbar clears data in the grid

1 Answer 94 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
tj
Top achievements
Rank 1
tj asked on 01 Feb 2012, 03:19 AM
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"  >

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 01 Feb 2012, 08:22 AM
Hi,

This behavior would be observed only if the bindings of the columns and the elements in its CellTemplate/CellEditTemplate (if any) are not bound properly.
Please refer to our online documentation for a reference. 

All the best,
Maya
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
GridView
Asked by
tj
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or