Hi. It would be very good to have an ability to disable autocorrect.
Hi, I would like RadDatePicker to have DropDown Combo boxes for years and months like attached picture please. Kind Regards, Asaf
RadDatePicker/RadDateTimePicker can not set different date than the current one in Win10 (IE11 and Edge) when Finnish and Norwegian culture is used. Microsoft changed the Time separator for these cultures, it breaks not only our JavaScript parsing but the .NET parsing as well. https://connect.microsoft.com/VisualStudio/Feedback/Details/1621722 The issue is fixed for Q3 2015 SP1. Internally we change the TimeSeparator used by the DateInput to ":" for cultures where it is the same as the DateSeparator. It will not affect the DateFormatString.
-> When DatePicker renders for the first time, it applies the CSS according to the selected skin. Reference Image: Comtrol in Filter Panel first time render.jpg -> But as soon as I enter into an edit mode or insert than the CSS is not applied to the control and the design of the RadCalender is breaking somehow. Reference Image: Control while Editing.jpg -> Also entering into edit or insert break the design of the other RadCalender control placed in filter panel. Reference Image: Control in Filter Panel.jpg
Open a demo page https://demos.telerik.com/aspnet-ajax/datetimepicker/overview/defaultcs.aspx?skin=Bootstrap and select Bootstrap skin. You will see that the right corners of the clock button are cutted down. Workaround: .RadPicker .rcSelect { border-top-right-radius: 4px !important; border-bottom-right-radius: 4px !important; }
Currently we are migrating from ComponentArt controls to Telerik controls. We have replaced date picker with Telerik control. Now, as expected, we need the look, feel and behavior as same as previous one – to ensure the user friendliness. Below are few behaviors which we are looking forward in Telerik control. Please guide/assist us to achieve those. • Type date manually in textbox and user should be able to change it using up and down arrow keys as well. o In ComponentArt control I was able to edit every part of the date viz. dd, mm or yyyy individually when the focus is on individual part of date. o If I press “J” then it will 1st select Jan if I press “J” again then it will select Jun if again then it will select Jul. o If I press “11” then it will select “Nov” automatically or of I press “9” then it will select “Sep” automatically. • Don't want user to key in null/blank values – these should be automatically validated by control. • User should neither wipe out content of text box nor remove a single character from text box. If user presses unnecessary keys then ignore it.