Hi ,
I have used a Rad Numeric Textbox,
i have set it as readonly=true.
If i press '.' key, it resets the value for another 2 values.
for Ex;
previuosly it is 135.54
after pressing '.' it becomes 13554.00
Please help me out in this issue.
Thanks,
Sasikumar
I have used a Rad Numeric Textbox,
i have set it as readonly=true.
If i press '.' key, it resets the value for another 2 values.
for Ex;
previuosly it is 135.54
after pressing '.' it becomes 13554.00
<radI:RadNumericTextBox EnabledStyle-Font-Names="verdana" EnabledStyle-Font-Size="Small" BorderWidth="0" ReadOnly="true" ID="txtHedge" NegativeStyle-ForeColor="red" EnabledStyle-HorizontalAlign="Right" runat="server" MaxLength="18">
<EnabledStyle HorizontalAlign="Right" />
<NegativeStyle ForeColor="Red" />
</radI:RadNumericTextBox>
Please help me out in this issue.
Thanks,
Sasikumar