when i use data binding on a objectdatasource entity framework field that is a nullable system64 i get a casting error - is there any tips on handling nullable types for microsoft databinding on this control?
With RadNumericTextbox, use the DbValue property rather than the Value property. The "Db" properties differ from the counterparts you
usually use in that they do not throw an exception if the new value is
null, string, or DBNull. Setting a DbNull value will internally revert
the DbNull to an empty value.