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

missing scroll bars on grouping

1 Answer 58 Views
GridView
This is a migrated thread and some comments may be shown as answers.
sandy pochiraju
Top achievements
Rank 1
sandy pochiraju asked on 06 Jan 2010, 01:48 PM
Hello,

i am using q3 version of wpf controls. I am finding a weird behaviour-  when i group flds, horizontal and vertical scroll bar disappears.

Please let me know if i am missing anything here or is it a bug?

Regards,
Sandy

i have set these properties:

ScrollViewer.HorizontalScrollBarVisibility

 

="Visible" ScrollViewer.VerticalScrollBarVisibility="Visible"

 

 

ScrollViewer.CanContentScroll="True"

and this is grouped event handler:

 

 

private void WipGrid_Grouping(object sender, GridViewGroupingEventArgs e)

 

{

 

try

 

{

 

var countFunction = new CountFunction();

 

countFunction.Caption =

"Total records: ";

 

countFunction.FunctionName =

"Count";

 

e.GroupDescriptor.AggregateFunctions.Add(countFunction);

 

}

 

1 Answer, 1 is accepted

Sort by
0
Missing User
answered on 06 Jan 2010, 02:10 PM
Hello sandy pochiraju,

I believe that similar issue has been fixed for our service pack - Q3 2009 SP1 (2009.3.1208).
Please give it a try and let us know how it goes.
P.S. : I'm attaching a sample application where I'm using the SP binaries and everything seems to work properly.

Best wishes,
Anastasia
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
sandy pochiraju
Top achievements
Rank 1
Answers by
Missing User
Share this question
or