Dear all,
SelectionOnFocus="SelectAll" is not working. See the below code for reference. Amusing onblur and onfocus for multiply into 100 and divide by 100
thanks
vinoth
SelectionOnFocus="SelectAll" is not working. See the below code for reference. Amusing onblur and onfocus for multiply into 100 and divide by 100
thanks
vinoth
<telerik:RadNumericTextBox ID="txtId" runat="server" NumberFormat-DecimalDigits="8" NumberFormat-NegativePattern="-n%" NumberFormat-PositivePattern="n%" MaxLength="16" NumberFormat-GroupSeparator="" SelectionOnFocus="SelectAll" Width="100px" EnabledStyle-HorizontalAlign="Right" > <ClientEvents OnBlur="Blur" OnFocus="Focus" /> </telerik:RadNumericTextBox>