Я ищу автоматическую вкладку от одного 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" />
Ахий,
Ларри ...