개정판 19d6b221
Exception is not null 콤보박스 & Excel Export수정
Change-Id: I72953fb153aca7869b88110667986238f5c8b431
ConvertService/ServiceBase/Markus.Service.StationController/Views/ConvertExcelDialog.xaml | ||
---|---|---|
7 | 7 |
xmlns:local="clr-namespace:Markus.Service.StationController.Views" |
8 | 8 |
xmlns:VM="clr-namespace:Markus.Service.StationController.ViewModel" |
9 | 9 |
Header="Convert Items Excel Export" Background="White" |
10 |
mc:Ignorable="d" Height="300" Width="500" telerik:StyleManager.Theme="VisualStudio2013">
|
|
10 |
mc:Ignorable="d" Height="404" Width="349" telerik:StyleManager.Theme="VisualStudio2013">
|
|
11 | 11 |
<telerik:RadWindow.DataContext> |
12 | 12 |
<VM:ConvertExcelDialogViewModel/> |
13 | 13 |
</telerik:RadWindow.DataContext> |
14 | 14 |
<Grid> |
15 | 15 |
<Grid.ColumnDefinitions> |
16 |
<ColumnDefinition Width="2*"/>
|
|
17 |
<ColumnDefinition Width="*"/>
|
|
16 |
<ColumnDefinition /> |
|
17 |
<ColumnDefinition/> |
|
18 | 18 |
</Grid.ColumnDefinitions> |
19 |
<telerik:RadListBox Grid.Column="0" ItemsSource="{Binding ItemsSource}" SelectionMode="Multiple" Height="200" Width="200" HorizontalContentAlignment="Left" HorizontalAlignment="Center" |
|
20 |
BorderThickness="0" Background="White"> |
|
19 |
<telerik:RadListBox Grid.Column="0" ItemsSource="{Binding ItemsSource}" IsEnabled="True" HorizontalContentAlignment="Left" HorizontalAlignment="Center" Background="White"> |
|
21 | 20 |
<telerik:RadListBox.ItemTemplate> |
22 | 21 |
<DataTemplate> |
23 | 22 |
<StackPanel Orientation="Horizontal"> |
... | ... | |
28 | 27 |
</telerik:RadListBox.ItemTemplate> |
29 | 28 |
</telerik:RadListBox> |
30 | 29 |
|
31 |
<StackPanel HorizontalAlignment="Left" Grid.Column="1">
|
|
30 |
<StackPanel HorizontalAlignment="Center" Grid.Column="1" >
|
|
32 | 31 |
<telerik:RadButton Content=" 전체 선택" Margin="0,50,0,10" Command="{Binding ALL_SelectedCommand , Mode=TwoWay}" /> |
33 | 32 |
|
34 | 33 |
<telerik:RadButton Content=" 전체 해제" Margin="0,0,0,10" Command="{Binding ALL_DeletedCommand , Mode=TwoWay}" /> |
내보내기 Unified diff