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