개정판 dd0f7089
issue #1113: User Information List 그룹핑 정렬 제거
Change-Id: Idda7428f026d527118499cb0e34da6c655f7b4bc
KCOM/Services/BaseServices.cs | ||
---|---|---|
383 | 383 |
GroupDescriptor descriptor = new GroupDescriptor(); |
384 | 384 |
descriptor.Member = "Depatment"; |
385 | 385 |
descriptor.DisplayContent = "DEPT"; |
386 |
descriptor.SortDirection = ListSortDirection.Ascending; |
|
386 |
//descriptor.SortDirection = ListSortDirection.Ascending;
|
|
387 | 387 |
gridViewMarkup.GroupDescriptors.Add(descriptor); |
388 | 388 |
/// up to here |
389 | 389 |
} |
내보내기 Unified diff