개정판 fddb48f7
issue #1034 Save, Consolidate 시 User Information List Grouping Sorting
Change-Id: Ifed4d428b07aa3b5020a4fcb785cb2809990db38
KCOM/Views/MainMenu.xaml | ||
---|---|---|
672 | 672 |
CanUserDeleteRows="True" CanUserInsertRows="False" IsFilteringAllowed="False" RowIndicatorVisibility="Collapsed" |
673 | 673 |
CanUserSortColumns ="True" > |
674 | 674 |
<telerik:RadGridView.GroupDescriptors> |
675 |
<telerik:GroupDescriptor Member="Depatment" SortDirection="Ascending" DisplayContent = "DEPT"> |
|
675 |
<telerik:GroupDescriptor Member="Depatment" SortDirection="Ascending" DisplayContent = "DEPT" x:Name="gDept">
|
|
676 | 676 |
<telerik:GroupDescriptor.AggregateFunctions> |
677 | 677 |
<telerik:CountFunction Caption="Entries count : " /> |
678 | 678 |
</telerik:GroupDescriptor.AggregateFunctions> |
내보내기 Unified diff