namespace:
xmlns:Input="using:Telerik.UI.Xaml.Controls.Input"
<Input:RadDatePicker Margin="35,285,0,0" HorizontalAlignment="Left" x:Name="txtNextDate" Value="{Binding NextServiceDate}" VerticalAlignment="Top" Height="40" Width="250"/>
but i will be getting the error that the name raddatepicker doesnot exist in the namespace.please let me know the issue
amair