Smart FieldPackEditor.Net 1.1 beta is available
This new version fixes the known bugs and adds many useful enhancements, especially for the ease of use of the various editors supplies. Here is a list of these new features:
- A convenient latitude/longitude editor has been added to wrap LatLongFieldPacks. What makes it exceptional is that it accepts values as float, double, decimal, corresponding nullable types and object and it can even be given your own latitude/longitude type as long as it is IConvertible to decimal or an attached TypeConverter can make the conversion.
- The latitude/longitude editor has a new inplace control for Smart PropertyGrid.
- The IpAddress editor has a new inplace control for Smart PropertyGrid. It can be attached to a string or uint property type.
- Field.Readonly is now handled (behaviour and ForeColor). A ReadOnly field can still be selected. If you don't want so, just set Field.Selectable to false.
- FieldPackEditor.ReadonlyForeColor has been added.
- DateTimeCustomFormatConverter has been set to the DateTimePicker.CustomFormat property so that it lists all standard format strings.
- There is now a simple way to set any field pack to accept the delete key or not, to nullify its content. Call the AcceptsDeleteKey property on the supplied editors or more specifically on individual field packs. The SpgSfpeAdapter also provides an attribute (FieldPackAcceptsDeleteKeyAttribute).
