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.
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>