개정판 a860bafc
issue #0000 compare 기능 수정
Change-Id: Idbac07b170a08bc67f50d315912f314da1ef8938
KCOM/Views/MainMenu.xaml | ||
---|---|---|
1012 | 1012 |
</telerik:RadGridView> |
1013 | 1013 |
</Grid> |
1014 | 1014 |
<!--</telerik:RadExpander>--> |
1015 |
|
|
1016 |
|
|
1015 |
<!--<Border |
|
1016 |
x:Name="borderComprareWait" |
|
1017 |
Background="Gray" |
|
1018 |
Opacity="0.5" |
|
1019 |
Visibility="Collapsed"> |
|
1020 |
<StackPanel HorizontalAlignment="Center" VerticalAlignment="Center"> |
|
1021 |
<ProgressBar |
|
1022 |
x:Name="progressCompare" |
|
1023 |
Width="250" |
|
1024 |
Height="15" /> |
|
1025 |
<TextBlock |
|
1026 |
HorizontalAlignment="Center" |
|
1027 |
FontWeight="Bold" |
|
1028 |
Foreground="White" |
|
1029 |
Text="Waiting...." /> |
|
1030 |
</StackPanel> |
|
1031 |
</Border>--> |
|
1017 | 1032 |
</Grid> |
1018 | 1033 |
</telerik:RadPane> |
1019 | 1034 |
</telerik:RadPaneGroup> |
... | ... | |
1348 | 1363 |
ShowGroupFooters="False" |
1349 | 1364 |
ShowGroupPanel="True" |
1350 | 1365 |
Sorted="GridViewMarkup_Sorted" |
1351 |
Sorting="GridViewMarkup_Sorting" |
|
1352 |
> |
|
1353 |
|
|
1354 |
<!-- Layer 추가 부분
|
|
1355 |
CanUserInsertRows="True" |
|
1356 |
NewRowPosition="Top" |
|
1357 |
AddingNewDataItem="gridViewMarkup_AddingNewDataItem" |
|
1358 |
RowEditEnded="gridViewMarkup_RowEditEnded"
|
|
1366 |
Sorting="GridViewMarkup_Sorting">
|
|
1367 |
|
|
1368 |
<!-- |
|
1369 |
Layer 추가 부분
|
|
1370 |
CanUserInsertRows="True"
|
|
1371 |
NewRowPosition="Top"
|
|
1372 |
AddingNewDataItem="gridViewMarkup_AddingNewDataItem"
|
|
1373 |
RowEditEnded="gridViewMarkup_RowEditEnded"
|
|
1359 | 1374 |
--> |
1360 |
|
|
1361 |
|
|
1375 |
|
|
1376 |
|
|
1362 | 1377 |
<!-- SelectedCellsChanged="gridViewMarkup_SelectedCellsChanged" --> |
1363 | 1378 |
<!--<telerik:RadGridView.GroupDescriptors> |
1364 | 1379 |
<telerik:GroupDescriptor Member="Depatment" SortDirection="Ascending" DisplayContent = "DEPT" x:Name="gDept"> |
내보내기 Unified diff