This is a migrated thread and some comments may be shown as answers.

RadDatePicker Not Show in a RadDatePickertelerik:RadWindow

2 Answers 98 Views
DatePicker
This is a migrated thread and some comments may be shown as answers.
Shanka
Top achievements
Rank 1
Shanka asked on 23 Jul 2010, 05:51 AM
In a Wpf UserControl , Use a RadDatePicker

As a 
 <telerik:RadDatePicker Name="raddpFrom"  Margin="120,0,186,13"  VerticalAlignment="Bottom" />

After i Show it in a <telerik:RadWindow>

But Not show RadDatePicker other Controlls are Show Correctly

Xaml File

<UserControl x:Class="ZeagReports.Reports.Item.ItemSales"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"                   
     Height="110" Width="400" xmlns:xcdg="http://schemas.xceed.com/wpf/xaml/datagrid">
    
        <Grid Height="110" Width="400">
        <Border BorderThickness="3" CornerRadius="10" >
            <Border.BorderBrush>
                <LinearGradientBrush EndPoint=".5,1" StartPoint="0.5,0">
                    <GradientStop Color="#0f7496"  Offset=".1"/>
                    <GradientStop Color="#0f7496" Offset=".5"/>
                    <GradientStop Color="#0f7496"  Offset="1"/>
                </LinearGradientBrush>
            </Border.BorderBrush>            
        </Border>
        <RadioButton HorizontalAlignment="Left" Margin="100,38,0,0" Name="rbtnFixedItem" Width="80" Height="16" VerticalAlignment="Top">Fixed Items</RadioButton>
            <RadioButton HorizontalAlignment="Left" Margin="16,38,0,56" Name="rbtnValidation" Width="80">Validations</RadioButton>

            <Label Height="28" HorizontalAlignment="Left" Margin="12,16,0,0" Name="label1" VerticalAlignment="Top" Width="120">Item Category</Label>
            <Label Height="28" Margin="0,16,116,0" Name="label2" VerticalAlignment="Top" HorizontalAlignment="Right" Width="75">From</Label>
            <Label Height="28" HorizontalAlignment="Right" Margin="0,16,57,0" Name="label3" VerticalAlignment="Top" Width="53">To</Label>
          
            <telerik:RadDatePicker Name="raddpFrom" Height="22" Margin="16,0,0,13" Width="94" HorizontalAlignment="Left" VerticalAlignment="Bottom" />
            <telerik:RadDatePicker Name="raddpTo"  Height="22" Margin="120,0,186,13"  Width="94" VerticalAlignment="Bottom" />
           
            
            
            <telerik:RadButton Margin="0,0,93,12" Name="radBtnPrint" Click="radBtnPrint_Click" Height="23" VerticalAlignment="Bottom" HorizontalAlignment="Right" Width="75">Print</telerik:RadButton>
            <telerik:RadButton Margin="0,0,12,12" Name="radBtnReset" HorizontalAlignment="Right" Width="75" Click="radBtnReset_Click" Height="23" VerticalAlignment="Bottom">Reset</telerik:RadButton>
            
            
    </Grid>
   
</UserControl>

2 Answers, 1 is accepted

Sort by
0
Shanka
Top achievements
Rank 1
answered on 23 Jul 2010, 08:07 AM
OK ok ok ok ok ok ok.

Thank you Its OK.
0
George
Telerik team
answered on 27 Jul 2010, 03:40 PM
Hello Shanka,

Thank you for contacting us.

Do you still have problems with showing RadDatePicker in RadWindow? I could not understand if the issue is resolved or not.

Please let me know. I will be glad to assist you further. 

Greetings,
George
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
DatePicker
Asked by
Shanka
Top achievements
Rank 1
Answers by
Shanka
Top achievements
Rank 1
George
Telerik team
Share this question
or