【问题标题】:Auto tab when using Telerik Rad Controls使用 Telerik Rad Controls 时的自动选项卡
【发布时间】: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


    【解决方案1】:

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

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

    【讨论】:

      猜你喜欢
      • 2011-03-14
      • 1970-01-01
      • 2012-10-28
      • 1970-01-01
      • 1970-01-01
      • 2013-12-23
      • 1970-01-01
      • 1970-01-01
      • 2013-06-11
      相关资源
      最近更新 更多