
Smart.Grid adds duplicate column support.
Features
- Smart.App extended with 'formData' and 'jsonData' properties. 'jsonData' gets a raw 'data' object. 'formData' gets a FormData object.
- Smart.App extended with 'smart-model' binding to 'Date' objects.
- Smart.Grid added duplicate column support.
- Smart.Grid added dataBind method, which allows you to perform a new data binding operations.
- Smart.DataAdapter dataFields property can now be set dynamically.
- Smart.MaskedTextBox added support for [a-zA-Z] mask with 'y' mask character.
- Multiple columns can now be added to the Grid with single 'push' or 'splice' method call.
- Default text editor for numeric columns now allows only number input.
- Improved dynamic freezing of columns.