使用 Telerik Rad Controls 时的自动选项卡

发布于 2024-10-09 11:52:28 字数 558 浏览 0 评论 0原文

我希望在达到 MaxLength 后自动从一个 RadNumericTextBox 切换到下一个 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" />

阿希亚, 拉里...

I am looking to auto tab from one RadNumericTextBox to the next once the MaxLength has been reached.

I can do this in classic ASP, but cannot figure it out in .Net. Below is an example of my 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,
Larry...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦过后 2024-10-16 11:52:28

如果该控件在客户端上呈现常规文本框,那么您可能只需使用 jquery 插件来自动制表符。

http://www.mathachew.com/sandbox/jquery-autotab/

If that control renders a regular textbox on the client then you might just use a jquery plugin to autotab the boxes.

http://www.mathachew.com/sandbox/jquery-autotab/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文