or
<
telerik:RadGridView
x:Name
=
"gridViewChars"
AutoGenerateColumns
=
"False"
CanUserDeleteRows
=
"False"
CanUserFreezeColumns
=
"False"
CanUserInsertRows
=
"False"
CanUserReorderColumns
=
"False"
CanUserSelect
=
"True"
CanUserSortColumns
=
"False"
DragElementAction
=
"None"
IsFilteringAllowed
=
"False"
IsReadOnly
=
"False"
Margin
=
"0,10,0,0"
RowIndicatorVisibility
=
"Collapsed"
ShowGroupPanel
=
"False"
ColumnWidth
=
"*"
ItemsSource
=
"{Binding CurrentChapter.CurrentChapterOperation.CharacteristicList, Mode=OneWay}"
EditTriggers
=
"None"
ValidatesOnDataErrors
=
"None"
>
<
telerik:RadGridView.Columns
>
<
telerik:GridViewDataColumn
IsReadOnly
=
"True"
Header
=
"{lex:LocText Key=INSPECTIONDETAIL_CHAR_DESCRIPTION, Dict=Resources, Assembly=MQM_Win32Resources}"
CellTemplate
=
"{StaticResource DescriptionTemplate}"
MaxWidth
=
"400"
/>
<
telerik:GridViewDataColumn
Header
=
"{lex:LocText Key=INSPECTIONDETAIL_CHAR_VALUE, Dict=Resources, Assembly=MQM_Win32Resources}"
CellTemplateSelector
=
"{StaticResource CharTemplateSelector}"
MaxWidth
=
"400"
/>
<
telerik:GridViewDataColumn
IsReadOnly
=
"True"
Header
=
"{lex:LocText Key=INSPECTIONDETAIL_CHAR_UNIT, Dict=Resources, Assembly=MQM_Win32Resources}"
DataMemberBinding
=
"{Binding Unit, Mode=OneWay}"
MaxWidth
=
"80"
/>
<
telerik:GridViewDataColumn
IsReadOnly
=
"True"
Header
=
"{lex:LocText Key=INSPECTIONDETAIL_CHAR_REFVAL, Dict=Resources, Assembly=MQM_Win32Resources}"
IsVisible
=
"{Binding Path=ShowReferenceData}"
CellTemplate
=
"{StaticResource RefValTemplate}"
MaxWidth
=
"40"
/>
<
telerik:GridViewDataColumn
CellTemplate
=
"{StaticResource TypeAsLabelTemplate}"
Header
=
"{lex:LocText Key=INSPECTIONDETAIL_CHAR_TYPE, Dict=Resources, Assembly=MQM_Win32Resources}"
MinWidth
=
"100"
MaxWidth
=
"120"
/>
<!--<telerik:GridViewDataColumn IsReadOnly="True" Header="{lex:LocText Key=INSPECTIONDETAIL_CHAR_HISTORY, Dict=Resources, Assembly=MQM_Win32Resources}" CellTemplate="{StaticResource HistoryTemplate}"/>-->
<
telerik:GridViewDataColumn
CellTemplate
=
"{StaticResource CannotAnswerButtonTemplate}"
IsVisible
=
"{Binding Path=ShowNAButton}"
MaxWidth
=
"60"
/>
<
telerik:GridViewDataColumn
CellTemplate
=
"{StaticResource AddPhotoButtonTemplate}"
MaxWidth
=
"60"
/>
<
telerik:GridViewDataColumn
CellTemplate
=
"{StaticResource ShowDocumentationButtonTemplate}"
MaxWidth
=
"60"
/>
</
telerik:RadGridView.Columns
>
</
telerik:RadGridView
>
<
DataTemplate
>
<
AdornerDecorator
>
<
telerik:RadComboBox
DisplayMemberPath
=
"Name"
IsEditable
=
"False"
IsEnabled
=
"{Binding Path=IsEnabled, Mode=OneWay}"
ItemsSource
=
"{Binding SelectionList}"
Margin
=
"0,0,40,0"
OpenDropDownOnFocus
=
"True"
SourceUpdated
=
"OnSourceUpdated"
ToolTip
=
"{StaticResource TooltipValue}"
ToolTipService.HorizontalOffset
=
"15"
ToolTipService.VerticalOffset
=
"15"
ToolTipService.Placement
=
"Right"
>
<
telerik:RadComboBox.SelectedItem
>
<
Binding
Path
=
"Selection"
Mode
=
"TwoWay"
NotifyOnSourceUpdated
=
"True"
UpdateSourceTrigger
=
"PropertyChanged"
ValidatesOnDataErrors
=
"True"
/>
</
telerik:RadComboBox.SelectedItem
>
</
telerik:RadComboBox
>
</
AdornerDecorator
>
</
DataTemplate
>
<
Style
TargetType
=
"{x:Type telerik:RadGridView}"
>
<
Setter
Property
=
"telerik:StyleManager.Theme"
Value
=
"Windows8Touch"
/>
<
Setter
Property
=
"IsLocalizationLanguageRespected"
Value
=
"False"
/>
<
Setter
Property
=
"telerik:TouchManager.IsTouchHitTestVisible"
Value
=
"False"
/>
</
Style
>