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

Scrollbars Don't appear

5 Answers 89 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 08 Aug 2010, 02:58 AM
Hi,

I'm populating the GridViewControl wih enough data to overflow both X & Y axis but no scroll bars ever appear.

HELP!

 

 

 

<Grid>

 

 

 

 

<my1:GridViewDataControl HorizontalAlignment="Left" Margin="10,13,0,0" Name="dgrBOM" VerticalAlignment="Top" Height="373" Width="981" AutoGenerateColumns="False" ShowGroupPanel="False" ActionOnLostFocus="None" AutoExpandGroups="False" EditTriggers="None" IsFilteringAllowed="False" IsReadOnly="True" AreRowDetailsFrozen="False" IsScrolling="True" ScrollMode="Deferred" IsHitTestVisible="False">

 

 

 

 

<my1:GridViewDataControl.Columns>

 

 

 

 

<telerikGridView:GridViewDataColumn Header="Qty" UniqueName="Quantity" />

 

 

 

 

<telerikGridView:GridViewDataColumn Header="Ref Des" UniqueName="ReferenceDesignators" />

 

 

 

 

<telerikGridView:GridViewDataColumn Header="Material Number" UniqueName="Code" />

 

 

 

 

<telerikGridView:GridViewDataColumn Header="Description" UniqueName="Description" />

 

 

 

 

<telerikGridView:GridViewDataColumn Header="Alt" UniqueName="HasAlternate" />

 

 

 

 

<telerikGridView:GridViewDataColumn Header="Alt For" UniqueName="AlternateFor" />

 

 

 

 

<telerikGridView:GridViewDataColumn Header="Cost$" UniqueName="Cost" />

 

 

 

 

<telerikGridView:GridViewDataColumn Header="Status" UniqueName="StatusDescription" />

 

 

 

 

<telerikGridView:GridViewDataColumn Header="Mfg Name" UniqueName="MfgName" />

 

 

 

 

<telerikGridView:GridViewDataColumn Header="Mfg Part #" UniqueName="MfgPartNumber" />

 

 

 

 

</my1:GridViewDataControl.Columns>

 

 

 

 

</my1:GridViewDataControl>

 

 

 

 

</Grid>

 

5 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 09 Aug 2010, 06:49 AM
Hi,

 Please use RadGridView instead GridViewDataControl. 

Sincerely yours,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Chris
Top achievements
Rank 1
answered on 09 Aug 2010, 12:25 PM
Now vertical scroll bar apepars but is "frozen".

I cannot select rows or scroll...

HELP!!!

0
Vlad
Telerik team
answered on 09 Aug 2010, 12:28 PM
Hello,

 Why you have set IsHitTestVisible="False" - please clarify?

Regards,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Chris
Top achievements
Rank 1
answered on 09 Aug 2010, 12:44 PM
No reason. Set IsHitTest=True and now vertical scroll bar works. Can also select rows.

Horiz scroll bar does not appear...
0
Chris
Top achievements
Rank 1
answered on 09 Aug 2010, 12:51 PM
pls disregard Horiz scroll bar now appears.

There is a gray rectangular button on the right hand side aqbout 1/2 of the way down that always appears.

Can you tell me what it is and how to turn it off?
Tags
GridView
Asked by
Chris
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Chris
Top achievements
Rank 1
Share this question
or