Hi,
unfortunately, I'm having the same problem with Vault Professional 2024. When I add the line as suggested, nothing happens. I'm quite sure the changes are in the right file, because the rows, whicht I commented out, disappeared.
I tried to attach my Datasheet.xaml, but I got an error message. Nevertheless, here is the part of the code, where the changes took place:
- added line 8
- commented out line 20-23
- added line 24
<Grid ToolTip="{Binding UIString[LBL73], FallbackValue='General Properties'}" ScrollViewer.HorizontalScrollBarVisibility="Auto" ScrollViewer.VerticalScrollBarVisibility="Auto" Margin="5,0,0,0">
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="auto" />
<RowDefinition Height="Auto" />
<RowDefinition Height="auto" />
<RowDefinition Height="auto" />
<RowDefinition Height="Auto" />
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="1*" MinWidth="120" />
<ColumnDefinition Width="2*" MinWidth="140" />
</Grid.ColumnDefinitions>
<Label Content="{Binding UIString[LBL8], FallbackValue=Category}" Grid.Column="0" />
<TextBox Text="{Binding Prop[_XLTN_CATEGORY NAME].Value}" x:Name="Cat" Grid.Column="1" Margin="0,1" />
<Label Content="{Binding UIString[LBL19], FallbackValue=Name}" Grid.Column="0" Grid.Row="1" />
<TextBox Text="{Binding Prop[_XLTN_NAME].Value}" Grid.Column="1" Grid.Row="1" Margin="0,1" />
<Label Content="{Binding UIString[LBL4], FallbackValue=State}" Grid.Column="0" Grid.Row="2" />
<TextBox Text="{Binding Prop[_XLTN_STATE].Value}" Grid.Column="1" Grid.Row="2" Margin="0,1" />
<!-- <Label Content="{Binding UIString[LBL33], FallbackValue=Date Created}" Grid.Column="0" Grid.Row="3" /> -->
<!-- <TextBox Text="{Binding Prop[_XLTN_DATE VERSION CREATED].Value}" Grid.Column="1" Grid.Row="3" Margin="0,1" /> -->
<!-- <Label Content="{Binding UIString[LBL34], FallbackValue=Created By}" Grid.Column="0" Grid.Row="4" BorderThickness="1" /> -->
<!-- <TextBox Text="{Binding Prop[_XLTN_CREATED BY].Value}" Grid.Column="1" Grid.Row="4" Margin="0,1" /> -->
<Image Source="{Binding Prop[Thumbnail].Value}" Grid.Column="0" Grid.Row="5" Grid.ColumnSpan="2" Stretch="UniForm" MaxHeight="240" MaxWidth="360" />
</Grid>
Versions:
Autodesk Vault Professional 2024 - Build 29.1.83.0 - 2024.1 Update
Autodesk Vault Data Standard 2024 - Build 29.1.83.0 - 2024.1 Update
Kind regards,
Lars