Javascript 使用Telerik Rad控件时的自动选项卡

Javascript 使用Telerik Rad控件时的自动选项卡,javascript,.net,asp.net,telerik,Javascript,.net,Asp.net,Telerik,我期待着自动标签从一个RadNumericTextBox到下一个一旦MaxLength已经达到 我可以在经典ASP中实现这一点,但无法在.Net中实现。下面是我的RadNumericTextBox的一个示例 <telerik:RadNumericTextBox ID="RadNumericTextBox_ExpLocation" runat="server" Width="20px" MaxLength="3" NumberFormat-AllowRounding="False" Type

我期待着自动标签从一个RadNumericTextBox到下一个一旦MaxLength已经达到

我可以在经典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" />
阿希亚,
Larry…

如果该控件在客户端上呈现一个常规文本框,那么您可以使用jquery插件自动标记这些文本框


如果该控件在客户端上呈现一个常规文本框,那么您可以使用jquery插件自动标记这些文本框