Ext.NET icon indicating copy to clipboard operation
Ext.NET copied to clipboard

Ext.NET public Issues.

Results 100 Ext.NET issues
Sort by recently updated
recently updated
newest added

Found: Ext.NET 7.0.0-preview4_2020-07-21. Any `ext-*series` block won't accept a `highlightdefaults` inner block, and the closest match, `style` doesn't seem to accept anything like it did. In a simplified context, this...

7.x
asp-net-core

Found: Ext.NET 7.0.0-preview4_2020-07-21. The `ext-textSprite` component is not accepted within an `ext-cartesianChart`'s `items` block: ``` ``` #### WebForms examples matching `ext:TextSprite` 1. [Chart > Area > Basic](https://examples5.ext.net/#/Chart/Area/Basic/) 2. [Chart >...

7.x
asp-net-core

Found: Ext.NET 7.0.0-preview4_2020-07-21. There's no `` tag within the `ext-cartesianChart` component, and the closer to it does not work. From this Ext.NET 5 markup: ``` ``` One would derive: ```...

7.x
asp-net-core

Found: Ext.NET 7.0.0-preview4_2020-07-18. This one really looks like just for some reason Ext.NET 5's referred to `template` as an alias of `tpl`. According to Ext JS, the actual config would...

7.x
asp-net-core

Found: Ext.NET 7.0.0-preview4_2020-07-18. This was actually reproduced with an `ext-window` component, at the [Color Picker > Advanced > Components](https://examples5.ext.net/#/ColorPicker/Advanced/Components/) example, but according to [Ext JS documentation on Ext.window.Window.header](https://docs.sencha.com/extjs/7.2.0/classic/Ext.window.Window.html#cfg-header), the configuration...

7.x
asp-net-core

Found: Ext.NET 7.0.0-preview4_2020-07-13. Sencha documentation: [Ext.panel.Panel.scrollable - Ext JS 7.2.0 docs](https://docs.sencha.com/extjs/7.2.0/classic/Ext.panel.Panel.html#cfg-scrollable) -- inherited from [Ext.Component.Scrollable](https://docs.sencha.com/extjs/7.2.0/classic/Ext.Component.html#cfg-scrollable) Ext.NET 5 conveniently uses just an `enum` that maps as follows: Enum Option | Client-side...

7.x
asp-net-core

Found: Ext.NET 7.0.0-preview4_2020-07-13. This is an Ext.NET-specific feature (see `src/Build/Ext.Net/extnet/src/button/Button.js#L75`, or [`Ext.override(Ext.button.Button,` in **extnet-all-debug.js**](https://github.com/extnet/Speed/blob/master/ext.net/5.2.0/extnet/extnet-all-debug.js#L5083-L5161)) #### WebForms examples matching `LoadingState` - [Buttons > Basic > LoadingState](https://examples5.ext.net/#/Buttons/Basic/LoadingState/)

7.x
asp-net-core

Found: Ext.NET 7.0.0-preview4_2020-07-13. This issue is very similar to #1792 and its treatment will probably be the same taken here. Documentation: [Ext.data.Model.association - Ext JS 7.2.0 docs](https://docs.sencha.com/extjs/7.2.0/classic/Ext.data.Model.html#cfg-associations) This looks like...

7.x
asp-net-core

Found: Ext.NET 7.0.0-preview4_2020-07-13. Documentation: [Ext.data.Model.association - Ext JS 7.2.0 docs](https://docs.sencha.com/extjs/7.2.0/classic/Ext.data.Model.html#cfg-associations) Ext JS 7.2.0 documentation claims this feature has been deprecated since Ext JS 6.2.0, so this probably should not be...

7.x
asp-net-core

Found: Ext.NET 7.0.0-preview4_2020-07-13. Documentation: [Ext.data.Model.association - Ext JS 7.2.0 docs](https://docs.sencha.com/extjs/7.2.0/classic/Ext.data.Model.html#cfg-associations) This looks like this usage is deprecated since Ext JS 6.2.0 (Ext.NET 4.x), so this shouldn't be supported anyway and...

7.x
asp-net-core