mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 19:56:31 +00:00
fixed sorting in datasetexplorer, also show date
make annotationstatus more clear
This commit is contained in:
@@ -46,8 +46,14 @@
|
||||
<TextBlock
|
||||
Grid.Row="2"
|
||||
HorizontalAlignment="Right"
|
||||
Foreground="Gray"
|
||||
Text="{Binding CreatedEmail}" />
|
||||
Foreground="Gray">
|
||||
<TextBlock.Text>
|
||||
<MultiBinding StringFormat="{}{0}: {1}">
|
||||
<Binding Mode="OneWay" Path="CreatedDate"></Binding>
|
||||
<Binding Mode="OneWay" Path="CreatedEmail"></Binding>
|
||||
</MultiBinding>
|
||||
</TextBlock.Text>
|
||||
</TextBlock>
|
||||
</Grid>
|
||||
</Border>
|
||||
</DataTemplate>
|
||||
|
||||
Reference in New Issue
Block a user