Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 RadDatePicker,但问题是退格/删除不起作用。因此,一旦用户选择了一个日期,他就无法取消选择它。
确保您没有将DateInput-Enabled和EnableTyping属性设置为false。
尝试将其更改为:
<telerik:RadDatePicker DateInput-Enabled="true" EnableTyping="true" runat="server" />