when i put a telerik datetimepicker control on one of my view pages the control comes as i want it(a texbox that when the user presses on it a calendar opens and 2 icons nearby let you change between calendar and time picker)
<telerik:RadDateTimePicker ID="RadDateTimePicker2" runat="server">
</telerik:RadDateTimePicker>
. The problem comes when i try to put the telerik control like the below line of code:<%: Html.Telerik().DateTimePickerFor(model => model.EndDate)%>
This line creates a textbox but then near it instead of the 2 nice icons to switch between the calendar and time pickers there are 'Open calendar' and 'open time picker' written.....i searched a lot on this issue but i can't find a proper answer...is it maybe off some styles not being recognized when using the above line of code!!
Thanks to everyone....

New Topic/Question
Reply




MultiQuote






|