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

[Solved] Issue with IsVisible property on Gridview Column

1 Answer 141 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.
Rajesh Kumar
Top achievements
Rank 1
Rajesh Kumar asked on 03 Feb 2010, 11:15 AM
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:

AutoGenerateColumns

 

="False"

 

 

 

CanUserReorderColumns="False" IsReadOnly="True"

 

 

 

CanUserResizeColumns="False"

 

 

 

CanUserSortColumns="False"

 

 

 

CanUserFreezeColumns="False"

 

 

 

ColumnsWidthMode="Fill"

 

 

 

ScrollViewer.HorizontalScrollBarVisibility="Auto"

Thanks in advance,
Rajesh

 

 

 

 

 

1 Answer, 1 is accepted

Sort by
0
Stefan Dobrev
Telerik team
answered on 09 Feb 2010, 02:21 PM
Hi Rajesh,

I have tried to replicate this problem with our latest internal build, but everything is working fine on my side. Maybe I'm missing something. Are you using the latest binaries? If so can you please send us a small sample application that illustrates your issue exactly.

Regards,
Stefan Dobrev
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Tags
GridView
Asked by
Rajesh Kumar
Top achievements
Rank 1
Answers by
Stefan Dobrev
Telerik team
Share this question
or