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. In Ext.NET 5, a grid panel in which the view had custom config could be expressed like this: ```cshtml ``` This input is not valid in Ext.NET...

7.x
asp-net-core

Found: Ext.NET 7.0.0-preview4_2020-07-21. Some components unique to Ext.NET are missing from Ext.NET 7, basically due to the lack of JSDoc comments in the sources that bundle into **extnet-all.js**. Here we...

7.x
asp-net-core

Found: Ext.NET 7.0.0-preview4_2020-07-21. the `ext-breadcrumb` component is not being accepted within an `ext-panel`'s `tBar` and `bBar` blocks. It is accepted within an `items` block in the component, though. #### WebForms...

7.x
asp-net-core

Found: Ext.NET 7.0.0-preview4_2020-07-21. The `ext-PropertyGrid` component supports the `source` inner block (not highlighted by intellisense, by the way), yet, tha latter `source` block won't accept `ext-propertyGridParameter` block/component. Instead, it supports...

7.x
asp-net-core

Found: Ext.NET 7.0.0-preview4_2020-07-21. Ext.NET 5 follows the construct below (translated to RazorPages syntax): ```cshtml ``` Which probably can be ported into Ext.NET 7, partially, with: ```cshtml ``` Within the ext-loadMask...

7.x
asp-net-core

Found: Ext.NET 7.0.0-preview4_2020-07-21. Ext.NET 5 follows the construct below (translated to RazorPages syntax): ```cshtml ``` Which probably can be ported into Ext.NET 7, partially, with: ``` ``` Within the `ext-componentLoader`...

7.x
asp-net-core

Found: Ext.NET 7.0.0-preview4_2020-07-21. It would be nice to have client-side code version match the current pre-release version appendage to the `Ext.net.Version` output. ![image](https://user-images.githubusercontent.com/10730372/88209870-b3c55180-cc29-11ea-9951-9cdbc3d61baa.png)

7.x
asp-net-core

Found: Ext.NET 7.0.0-preview4_2020-07-21. While this looks similar to #1738, it is not clear how the renderer should be used when an inline handler is preferred instead of a reference to...

7.x
asp-net-core

Found: Ext.NET 7.0.0-preview4_2020-07-21. Within a chart series block like this: ```cshtml ``` The inner property probably had its meaning different than Ext.NET, to keep the "pattern-of-things" throughout the syntax, and...

7.x
asp-net-core

Found: Ext.NET 7.0.0-preview4_2020-07-21. Any `ext-*series` block won't accept a `styleSpec` 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