개정판 c854511f
issue #111101 PEMSS Comment 선택 이동에서 페이지 변경문제 해결
Change-Id: I08f30e404b7032a7183879e71061ff3f93b71d96
KCOM/Views/BiddersView.xaml | ||
---|---|---|
114 | 114 |
<telerik:RadPathButton Width="100" HorizontalAlignment="Left" Content="연결 추가" FontSize="12" Grid.ColumnSpan="2" Margin="15,2,2,2" |
115 | 115 |
Command="{Binding AddVPCommentCommand, Source={StaticResource ViewModel}}" |
116 | 116 |
ContentPlacement="Left" telerik:StyleManager.Theme="Office2016" |
117 |
CommandParameter="{Binding RelativeSource={RelativeSource AncestorType=telerik:GridViewRow}}" |
|
118 | 117 |
PathGeometry="m4,7l0,2l3,0l0,3l2,0l0,-3l3,0l0,-2l-3,0l0,-3l-2,0l0,3l-3,0zm4,9c-4.41828,0 -8,-3.58172 -8,-8c0,-4.41828 3.58172,-8 8,-8c4.41828,0 8,3.58172 8,8c0,4.41828 -3.58172,8 -8,8zm0,0" > |
119 | 118 |
<telerik:RadPathButton.PathStyle> |
120 | 119 |
<Style TargetType="Path"> |
... | ... | |
165 | 164 |
<DataTemplate> |
166 | 165 |
<telerik:RadPathButton ToolTip="Delete Comment" Height="22" Width="22" |
167 | 166 |
Command="{Binding DelVPCommentCommand, Source={StaticResource ViewModel}}" |
168 |
CommandParameter="{Binding RelativeSource={RelativeSource AncestorType=telerik:GridViewRow}}" Background="{x:Null}" BorderBrush="{x:Null}"
|
|
167 |
CommandParameter="{Binding DataContext, RelativeSource={RelativeSource Self}}" Background="{x:Null}" BorderBrush="{x:Null}"
|
|
169 | 168 |
PathGeometry="M108.319,108.319c-2.106,2.107-5.523,2.106-7.632-0.001l-0.003-0.003L70.159,77.79L39.63,108.318 c-2.106,2.108-5.523,2.107-7.634,0c-2.104-2.106-2.105-5.523,0-7.633l30.528-30.528l-30.54-30.541 c-2.106-2.104-2.106-5.521,0-7.631c2.105-2.107,5.522-2.107,7.633-0.001l30.541,30.541l30.528-30.527 c2.105-2.105,5.523-2.105,7.633,0c2.109,2.106,2.107,5.524,0,7.633L77.791,70.157l30.527,30.528 C110.427,102.794,110.427,106.212,108.319,108.319 M119.767,119.767c27.396-27.397,27.396-71.818,0-99.217 C92.37-6.849,47.947-6.85,20.547,20.548c-27.397,27.398-27.396,71.819,0.001,99.22C47.947,147.166,92.368,147.165,119.767,119.767"> |
170 | 169 |
</telerik:RadPathButton> |
171 | 170 |
</DataTemplate> |
내보내기 Unified diff