I have an object property that's an int32. It's really a duration-in-seconds, but for a variety of reasons we can't use a TimeSpan, which also seems not to be supported as a masked-input or column type by Telerik.
I'd like to be able to allow users to input time in minutes:seconds in a column that's bound to this property. When I tried it, I got conversion errors.
Is this supported directly? I'll also trying adding conversion properties to my partial classes (I'm using Entity Framework 4) and see if that works, i.e. binding to the conversion properties.
I'd like to be able to allow users to input time in minutes:seconds in a column that's bound to this property. When I tried it, I got conversion errors.
Is this supported directly? I'll also trying adding conversion properties to my partial classes (I'm using Entity Framework 4) and see if that works, i.e. binding to the conversion properties.