This question is locked. New answers and comments are not allowed.
Hi,
I have the Telerik grid control which has 24 columns declared statically on xaml page. However, I am setting the IsVisibility property for each column from codebehind based on some business logic.
By default (Step1: Attachment) - all the data is bound but it is not displayed. I am not even able to move to third column with keyboard navigation. But, when I move the scroll bar with mouse (Step2: Attachment), then all other columns are visible.
Please suggest me how to fix this.
The below are properties set on Grid:
I have the Telerik grid control which has 24 columns declared statically on xaml page. However, I am setting the IsVisibility property for each column from codebehind based on some business logic.
By default (Step1: Attachment) - all the data is bound but it is not displayed. I am not even able to move to third column with keyboard navigation. But, when I move the scroll bar with mouse (Step2: Attachment), then all other columns are visible.
Please suggest me how to fix this.
The below are properties set on Grid:
AutoGenerateColumns
="False"
CanUserReorderColumns="False" IsReadOnly="True"
CanUserResizeColumns="False"
CanUserSortColumns="False"
CanUserFreezeColumns="False"
ColumnsWidthMode="Fill"
ScrollViewer.HorizontalScrollBarVisibility="Auto"
Thanks in advance,
Rajesh