Validate null value in set_value method of RadNumericTextBox
Currently the set_value() method of the RadNumericTextBox throws an exception if null is passed to it as value while having the AllowOutOfRangeAutoCorrect property is set to true. This does not happen if the AllowOutOfRangeAutoCorrect is left as default (false).