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

issues with q3 and group totals alignment.

1 Answer 32 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
sandy pochiraju
Top achievements
Rank 1
sandy pochiraju asked on 22 Nov 2009, 09:38 PM
hello all,

i upgraded to q3 version. however, since then, i am having problems with scrolling. though i have set scrolling to realtime, it does not behave so. also the form hangs or freezes very often and whenever its refreshed. 
is this a known behaviour?

since i was having troubles with q3, i downgraded to q2 - 2009.2.813.35
i am trying to align group totals to left hand side. i am pasting part of the code here. however, i still donot get group totals on the left hand side. i know that q3 has fixed this issue but becoz of above mentioned issues, i am unable to use them. 

please can u let me know if i am doing ath wrong in the code below.

 <Window.Resources>
        <Style x:Key="GridViewGroupRowStyle1" TargetType="GridView:GridViewGroupRow">
            <Setter Property="HorizontalAlignment" Value="Left"/>
           
        </Style>
    </Window.Resources>
        
      
        <telerik:RadGridView x:Name="WipGrid" 
                             MultipleSelect="True" 
                             
                             CanUserReorderColumns="True"
                             CanUserResizeColumns="True"
                             CanUserSortColumns="True"
                             ValidationMode="Cell"   
                             MouseDoubleClick="WipGrid_MouseDoubleClick"
                             Grouping="WipGrid_Grouping"
                             ScrollMode="RealTime" GroupRowStyle="{StaticResource GridViewGroupRowStyle1}" >

1 Answer, 1 is accepted

Sort by
0
Kalin Milanov
Telerik team
answered on 25 Nov 2009, 02:16 PM
Hello sandy pochiraju,

You will need to edit the template of the group row and set the alignment of the aggregates to the left.
Find attached a sample which does just that. I hope you will find it useful.

Regards,
Kalin Milanov
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
General Discussions
Asked by
sandy pochiraju
Top achievements
Rank 1
Answers by
Kalin Milanov
Telerik team
Share this question
or