Hi Johny,
Thanks for the response. I had not tried obtaining the value using Javascript, but am using the returned value client side.
I have a radnumericinput defined as:
I found that frequently telerik seems to pick up on my machine's international settings and often appends locale specific information, which I then make sure I look for and strip out.
Then, when writing this data to SQL I obtain the value:
This is where it was returning the wrong information, so I wrapped all this in the following:
This now works as I want, so I have written this global function to do this for me whenever I am getting or setting a numeric decimal field on the page and all seems OK now (I use the reverse of the above to set the numeric value, although this generally seems to work OK anyway).
David Penny