【发布时间】:2010-12-27 17:08:03
【问题描述】:
一旦达到 MaxLength,我希望自动从一个 RadNumericTextBox 切换到下一个。
我可以在经典的 ASP 中做到这一点,但在 .Net 中无法解决。下面是我的 RadNumericTextBox 的示例。
<telerik:RadNumericTextBox ID="RadNumericTextBox_ExpLocation" runat="server" Width="20px"
MaxLength="3" NumberFormat-AllowRounding="False" Type="Number" NumberFormat-KeepTrailingZerosOnFocus="True"
IncrementSettings-InterceptMouseWheel="false" >
<NumberFormat DecimalDigits="0" GroupSeparator="" AllowRounding="false" KeepNotRoundedValue="false" />
AHIA, 拉里...
【问题讨论】:
标签: javascript .net asp.net telerik