dextop icon indicating copy to clipboard operation
dextop copied to clipboard

Dextop is a framework for creating RIA based on .NET and Ext JS

Results 7 dextop issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

DextopFormFieldSet should contain "margin" instead of "margins" config.

DextopFormCheckboxGroup label cannot be localized. `[DextopFormCheckboxGroup(1, fieldLabel = "Party type", itemId = "partyTypesCheckboxses")]` generates this: ``` itemId: 'partyTypesCheckbox', xtype: 'checkboxgroup', fieldLabel: 'Party type', ``` and it should be this: ```...

There is a RawJs property in FormFieldAttribute that is very usefull when implimenting new client side controls but GridColumn does not provide all Extjs columns properties (e.g [Summary feature](http://docs.sencha.com/extjs/4.0.7/#!/api/Ext.grid.feature.Summary)) so...