I'm trying to use a CurrencyTextBox inside a Grid, like so:
<syncfusion:CurrencyTextBox x:Name="tbAmount" Grid.Column="5" Grid.Row="15" Value="20" Background="White" CurrencyDecimalSeparator="." CurrencyGroupSeparator="," CurrencyDecimalDigits="2" Foreground="Black"/>
I can see the control in the grid at design time, but it is not visible at run-time. Is this a known issue?