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

[Solved] Two DatePicker in the same edit form

2 Answers 94 Views
Grid
This is a migrated thread and some comments may be shown as answers.
SIlvia
Top achievements
Rank 1
SIlvia asked on 03 Dec 2009, 04:35 PM

Hello

I use RadGrid with

 

<

 

telerik:GridDateTimeColumn DataField="DT_REPORT"

 

 

HeaderText="Data Report" PickerType="DatePicker"

 

 

DataFormatString="{0:d}" EmptyDataText="30/09/2009" >

 

 

 

 

 

<FooterStyle Width="85" />

 

 

 

 

 

<HeaderStyle Width="85" />

 

 

 

 

 

<ItemStyle Width="85" />

 

 

 

 

 

</telerik:GridDateTimeColumn>

 

 

 

 

<

 

telerik:GridDateTimeColumn DataField="DT_INIZIO"

 

 

HeaderText="Data Inizio" PickerType="DatePicker" DataFormatString="{0:d}">

 

 

 

 

 

<FooterStyle Width="85" />

 

 

 

 

 

<HeaderStyle Width="85" />

 

 

 

 

 

<ItemStyle Width="85" />

 

 

 

 

 

</telerik:GridDateTimeColumn>

 

 

The issue is when I'm in edit mode, after pressing the first GridDateTimeColumn , the second one became in block state (calendar menu does't apper)

Can you explain this for me ?

There is also one of yours example and there is the same problem.

Is that a bug?

Thanks,
Silvia

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 04 Dec 2009, 11:21 AM
Hi Silvia,

This seems to be a bug with the Q3 2009 version of RadControls. Check out the following forum discussion link wherein Telerik provides a work around for the same issue:

Hope this helps..
-Shinu.
0
SIlvia
Top achievements
Rank 1
answered on 04 Dec 2009, 03:08 PM
Perfect, now all works fine!!

By,
Silvia
Tags
Grid
Asked by
SIlvia
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
SIlvia
Top achievements
Rank 1
Share this question
or