or
<
telerikControls:RadComboBox
Name
=
"uiActionerNamesComboBox"
IsEditable
=
"True"
IsReadOnly
=
"False"
Margin
=
"0,0,3,0"
ItemsSource
=
"{Binding AllAgilityJobDocs}"
SelectedValue
=
"{Binding SelectedActioner, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged, NotifyOnTargetUpdated=True}"
KeyUp
=
"uiActionerNamesComboBox_KeyUp"
telerikControls:TextSearch.TextPath
=
"Title"
HorizontalAlignment
=
"Stretch"
EmptyText
=
"{Binding ThisActioner.Position, Converter={StaticResource EmptyActionerTextConverter}}"
>
AllAgilityJobDocs
which are a list of SimpleAgility Items... These items are populated and then we have the SelectedActioner
Value which will be a value on this list... <
telerik:RadExpander
ExpandDirection
=
"Left"
IsExpanded
=
"True"
HorizontalAlignment
=
"Stretch"
Name
=
"radExpanderMainPosition"
>
<
telerik:RadGridView
Name
=
"radGridPoisition_MainTable"
HorizontalAlignment
=
"Stretch"
CanUserFreezeColumns
=
"False"
CanUserReorderColumns
=
"False"
ShowGroupFooters
=
"False"
ShowColumnFooters
=
"False"
ShowInsertRow
=
"False"
ScrollViewer.HorizontalScrollBarVisibility
=
"Visible"
ScrollViewer.VerticalScrollBarVisibility
=
"Visible"
ScrollViewer.CanContentScroll
=
"True"
></
telerik:RadGridView
>
</
telerik:RadExpander
>