我希望一旦达到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,
拉里...
最佳答案
如果该控件在客户端上呈现常规文本框,则您可能仅使用jquery插件来自动制表框。
http://www.mathachew.com/sandbox/jquery-autotab/