This is a migrated thread and some comments may be shown as answers.

using coma instead of dot in radnumerictextbox

1 Answer 131 Views
Input
This is a migrated thread and some comments may be shown as answers.
Teoman
Top achievements
Rank 1
Teoman asked on 14 Nov 2010, 08:05 AM
hi,

i tried lots of solution but i hevent been  solved my problem yet.

i write 1.250,50 in radnumerictextbox then i get the value from codebehind like this txtPrice.Value but it shows me 1250.50
i need 1250,50 because my db collation is turskih_ci_as.

 

 

 

 

 

 

<telerik:RadNumericTextBox ID="txtPrice" Runat="server" Culture="tr-TR" Width="125px">
<NumberFormat AllowRounding="False" KeepNotRoundedValue="True" DecimalSeparator="," GroupSeparator="." GroupSizes="3" DecimalDigits="2" />
</telerik:RadNumericTextBox>

 

 

 


1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 16 Nov 2010, 05:02 PM
Hi Teoman,

I would suggest you to refer to the forum post below which discuss similar issue:
http://www.telerik.com/community/forums/aspnet-ajax/input/using-international-currency-and-number-formats.aspx
I hope it helps.

Best wishes,
Maria Ilieva
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Input
Asked by
Teoman
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or