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

Horizontal Scrollbar Issue on adding columns Dynamnically

2 Answers 28 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Ishita
Top achievements
Rank 1
Ishita asked on 13 Mar 2014, 05:37 AM
Hi, 
       Witin my Radgridview, i don't any rows. I am performing ordering operations on Columns. When i try to add columns to my radgridview, Scrollbar does not appear, On resizing windows, Scrollbar Appears. I tried this solution " http://www.telerik.com/help/silverlight/gridview-scroll-item.html ". but since I dont have any rows , i cant perform it.

2 Answers, 1 is accepted

Sort by
0
Accepted
Vera
Telerik team
answered on 17 Mar 2014, 04:37 PM
Hello Ishita,

We had similar problems in the past but they were resolved. Please download our latest official version - Q1 2014 and give it a try. As for ScrollIntoView methods, you cannot use them without having items in the GridView.

Regards,
Vera
Telerik
 

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

 
0
Ishita
Top achievements
Rank 1
answered on 20 Mar 2014, 07:42 AM
Well, Thanks, Thats good enough. :)
I found one too,  
                var k = grdFormList.FindChildByType<GridViewVirtualizingPanel>();    //Get virtualizing panel
                k.SetHorizontalOffset(1);  //set horizontalscrollbar
Tags
GridView
Asked by
Ishita
Top achievements
Rank 1
Answers by
Vera
Telerik team
Ishita
Top achievements
Rank 1
Share this question
or