Ext.NET
Ext.NET copied to clipboard
Ext.NET public Issues.
Found: 7.2.0 Ext.NET forums' thread: [EXT Grid panel grid filters - EXT.net Classic v 7.2](https://forums.ext.net/showthread.php?63103) The GridFilters plugin lacks its extension to the `ext-column` component that adds an inner `filter`...
Found: 7.2.0 Ext.NET forums' thread: [Store Filter with GridPanel Paging](https://forums.ext.net/showthread.php?63092-Store-Filter-with-GridPanel-Paging) The `Ext.data.PagingStore` (store `type: "paging"`) class defined by the **extnet-all.js** file is not supported by Ext.NET 7. It enables paging...
An `ext-dataview` component won't accept Ext.NET 5's usual syntax for the data view's element template. The overall structure should be around: ```xml template_code_here ``` Reproduced at: [dataview/basic/overview/index.cshtml#L81-L91](https://github.com/objectdotnet/ext7-sandbox/blob/e150ba6643b06b3ea028b38d81bdd14111a9e093/ExtNetCore7-20200325/Pages/examples/dataview/basic/overview/index.cshtml#L81-L91) **Note:** in the...
Found: 7.2.0 Ext.NET forums' thread: [MenuItem inside Accordion](https://forums.ext.net/showthread.php?63075-MenuItem-inside-Accordion) This Ext.NET-specific component is not included as an UX, but it is straight in the `extnet-all.js` file. This means the client-side code...
Found: 7.2.0 Ext.NET forums' thread: [GridPanel Boolean data and Checkbox editor](https://forums.ext.net/showthread.php?63068) This is an Ext.NET-specific setting (in `extnet-all.js`) and it enables toggling the check boxes in the CheckColumn components from...
Found: 7.2.0 Ext.NET forums' thread: [GridPanel Boolean data and Checkbox editor](https://forums.ext.net/showthread.php?63068) The `Ext.Net.Core.ExtModel.CustomConfig.Add(string, JsObject)` method throws null reference exception if it is called to a component instance which its `CustomConfig`...
Found: 5.3.0 Ext.NET Forums' thread: [GridPanel ToolTip Not Appearing](https://forums.ext.net/showthread.php?63069) In the [GridPanel > Commands > Prepare Toolbar example](https://examples5.ext.net/#/GridPanel/Commands/Prepare_Toolbar/), if a tooltip is directly assigned to any `ext:GridCommand` component definition with...
Found: 7.2.0. We are unable to fetch a reference of a store from code behind to attach event scripts (like `Store.CommitChanges()`) because `this.GetCmp` is not valid, for the type `Ext.Net.Store`...
Found: 5.3.0 Ext.NET Forums' thread: [FieldSet-Title in Chrome 87](https://forums.ext.net/showthread.php?63025) With Chrome 87 launch, the Fieldset title no longer works as expected. I is simply hidden, leaving a blank space where...
Found: 7.1.0 Ext.NET Forums' thread: [GridPanel remote paging problems](https://forums.ext.net/showthread.php?63018) GridPanel paging and sorting historically been aided by helpers in Ext.NET 5. In particular the `Ext.Net.Paging` type in Ext.NET 5- employs...