개정판 be72bfd6
마크업 리스트 정렬 수정
Change-Id: I4e625b9f03f5a2f5a8d7f3929a2dafa27527faef
KCOM/Views/MainMenu.xaml | ||
---|---|---|
708 | 708 |
<telerik:RadGridView IsReadOnly="True" telerik:StyleManager.Theme="Office2013" ShowGroupPanel="True" ShowGroupFooters="False" AutoExpandGroups="True" x:Name="gridViewMarkup" |
709 | 709 |
AutoGenerateColumns="False" HorizontalContentAlignment="Center" SelectionChanged="gridViewMarkup_SelectionChanged" SelectionMode="Multiple" |
710 | 710 |
CanUserDeleteRows="True" CanUserInsertRows="False" IsFilteringAllowed="False" RowIndicatorVisibility="Collapsed" |
711 |
Sorting="GridViewMarkup_Sorting" Sorted="GridViewMarkup_Sorted" |
|
711 | 712 |
CanUserSortColumns ="True" > |
712 |
<telerik:RadGridView.GroupDescriptors> |
|
713 |
<!--<telerik:RadGridView.GroupDescriptors>
|
|
713 | 714 |
<telerik:GroupDescriptor Member="Depatment" SortDirection="Ascending" DisplayContent = "DEPT" x:Name="gDept"> |
714 | 715 |
<telerik:GroupDescriptor.AggregateFunctions> |
715 | 716 |
<telerik:CountFunction Caption="Entries count : " /> |
716 | 717 |
</telerik:GroupDescriptor.AggregateFunctions> |
717 | 718 |
</telerik:GroupDescriptor> |
718 |
|
|
719 |
</telerik:RadGridView.GroupDescriptors> |
|
719 |
</telerik:RadGridView.GroupDescriptors>--> |
|
720 | 720 |
<telerik:RadGridView.RowStyle> |
721 | 721 |
<Style TargetType="telerik:GridViewRow"> |
722 | 722 |
<Setter Property="HorizontalContentAlignment" Value="Center"/> |
내보내기 Unified diff