Ext.NET
Ext.NET copied to clipboard
Ext.NET public Issues.
Found: 5.3.0 Ext.NET forum thread: [Problem with JSON serialization in direct method](https://forums.ext.net/showthread.php?63017) One way to use custom Newtonsoft.Json serializer settings during an individual Ext.NET request is by setting `JSON.RequestSettings` to...
Found: 5.2.0 Ext.NET Forum thread: [Strange error on component destroy](https://forums.ext.net/showthread.php?63007) If repeatedly and quickly a grid panel, using a paging toolbar, is created+destroyed, a race condition may trigger where the...
Found: 5.2.1 Ext.NET forums' threads: - [staggered columns](https://forums.ext.net/showthread.php?62989) - [One Pixel Accidentally Appeared in all Forms](https://forums.ext.net/showthread.php?62988) Layout issues are long known to happen to Ext.NET if browser zoom is not...
Found: 5.2.0. Ext.NET forum thread: [setNote fails when no note is originally set](https://forums.ext.net/showthread.php?62971) The `Ext.net.FieldNote.setNote()` method references null/undefined me.noteEl if called when a field is defined with no `Note="value"` (client-side...
Found: 5.2.0 Ext.NET forums' thread: [File downloading is not working from grid panel with paging](https://forums.ext.net/showthread.php?62910) When grid locking is enabled, `Ext.grid.Panel.getRowsValues()` calls `Ext.grid.Panel.getSelectionMemory()` while it should be calling `Ext.grid.Panel.normalGrid.getSelectionMemory()` instead...
Found: 5.2.0 Ext.NET Forums thread: [TabPanel - BeforeTabClosed event handler not invoked after upgrading Ext.NET to v 5.0.0](https://forums.ext.net/showthread.php?62930) Ext JS at some point switched to call `Ext.tab.Bar.closeTab()` instead of `Ext.tab.Panel.closeTab()`...
Found: 5.2.0 Ext.NET forums' thread: If using Ext.NET in another locale and the `ext:PagingToolbar` (`Ext.Net.PagingToolbar`) values for custom text is set to the english value that matches its default to...
Found: 5.2.0 Ext.NET forums thread: [Problem transparent background chart](https://forums.ext.net/showthread.php?62893) If two or more charts are displayed in the same page, background color (including "transparent" color) will be ignored to all...
Found: 5.2.0 Ext.NET Forum thread: [LiveSearch gridpanel plugin without statusbar](https://forums.ext.net/showthread.php?62884) The synced version of the [Live Search GridPanel](https://examples.ext.net/#/GridPanel/Plugins/LiveSearch/) after #1488 no longer supports Ext.NET-specific events implemented for the component. At...
Found: Ext.NET 5.1.0 Ext.NET forum thread: [Grid filter missing items when page bar is on](https://forums.ext.net/showthread.php?62844) Sencha thread: (pending) The `Ext.grid.filters.filter.List.getOptionsFromStore()` has a typo where it iterates thru the original store...