If Telerik cannot fix the underlying bug, perhaps one could chaneg the designer to prevent the dta entry which producs the bug..
When ever a RadNumericTextBox has a type of Decimal, it thows the wobbly below..
This ahs been reported amny monns ago, and is still broken..
The default of nothign or system.double works fine..
<telerik:RadNumericTextBox id="UnitPriceCurrent"
runat="server" Type="Currency" width="100px" DataType="System.Decimal" >
Line 71: <NumberFormat AllowRounding="False"
DecimalDigits="4" KeepNotRoundedValue="True" />
Line 72: </telerik:RadNumericTextBox>
Parser Error Message: Cannot create an object of type 'System.Type' from its
string representation 'System.Decimal' for the 'DataType' property.