Ext.NET
Ext.NET copied to clipboard
Ext.NET public Issues.
Sadly, Ext.NET has reached end-of-life and is no longer available. 😢 ## FAQ ### Q. Will my app using Ext.NET stop working? Your app will not stop working. The Ext.NET...
Downloaded [examples5.ext.net-5.zip](https://github.com/extnet/examples5.ext.net). Extracted. When trying to run in visual studio, get below error ``` Parser Error Description: An error occurred during the parsing of a resource required to service this...
In issue #1842 the `actionName=` directive was first mentioned as a valid directive for direct events in Ext.NET 7. In `DirectMethodProvider.cs:GetControllerDirectMethods()` (and related code), it is possible to specify the...
Found: Ext.NET 5.3.0 Ext.NET Forums' thread: [Grouped Datagrid loses selection by DataBind](https://forums.ext.net/showthread.php?63385) If data is refreshed in a Grid Panel from a server call, the grid has Row Selection Model...
Found: 5.3.0 Ext.NET forums' thread: [Data binding weird issue](https://forums.ext.net/showthread.php?63285) Onde Ext JS's garbage collection runs in a page using a **DisplayField** component, it will wipe some hidden DOM elements, for...
ExtraParams on GridPanel CommandColumn's Direct event cause error on design mode but it working on runtime mode 
Found: 5.3.0 Ext.NET Forums' thread: [Behavior or LabeAlign="top"](https://forums.ext.net/showthread.php?63237) When a field (textfield, combobox, and so on) meets the conditions below: 1. VBox layout with stretch enabled 2. The `FieldLabel` text...
http://forums.ext.net/showthread.php?52831 http://forums.ext.net/showthread.php?60035
Found: 5.3.0 Ext.NET forums' thread: [TreePanel filter empty container disappear by click](https://forums.ext.net/showthread.php?63230) The Ext.NET's own tree filtering facility overridden in `Ext.tree.Panel.filterBy()` (ultimately calling `Ext.data.TreeStore.filterNodes()`) incorrectly keeps empty nodes shown even...
Found: 5.3.0 Ext.NET Forums' thread: [Stateful grid with cell editing - reconfiguration causes the cell editor to be destroyed](https://forums.ext.net/showthread.php?63229) GridPanel columns' `Editor` config doesn't take `LazyMode` into account when creating...