Ext.NET
Ext.NET copied to clipboard
Ext.NET public Issues.
Please mark the ObjectHolder control as `[Obsolete]` and remove any instances from within the Examples Explorers. The purpose of this component is not clear and the component will not be...
The insert method of type ItemCollection is missing.
Ext.NET forum thread: [ListFilter -- select all option](https://forums.ext.net/showthread.php?62903) Requested when 5.2.0 was the current Ext.NET release. The feature here consists in having some means to toggle whole-selection in the list...
There is no selection change DirectEvent on GridPanel in Ext.Net 7. The SelectionModel type is missing.
Ext.NET does not nicely handle a token reference loop like: ```xml ``` Notice the label's Text property contain a token referencing itself. Ext.NET should nicely support handling cyclic referencing (for...
Found: 4.2.0 Ext.NET forum thread: [BorderLayout Floating Region hides when an element hovers between the panel and the mouse pointer](https://forums.ext.net/showthread.php?61913) Sencha forum thread: [Floating panels in border layout go below...
Found: 4.2.0 Ext.NET forum Thread: [Grid header not lineup with data column when tabbing through the row](https://forums.ext.net/showthread.php?61846) Sencha fiddle reproducing the issue: [Column Misalign with celledit and spreadsheet model](https://fiddle.sencha.com/#view/editor&fiddle/1ti3)
This error was found on Ext.NET Mobile -- #1455. It was possible to reproduce the issue with the `Ext.Net.Breadcrumb.OverflowHandler` config option at least: ```xml protected void triggerBc(object sender, DirectEventArgs e)...
Found: 4.2.0 Ext.NET forum thread: [Problem grid paging with page size combobox](http://forums.ext.net/showthread.php?61786) In a grid with pager, if the user moves to the last page and select a record, the...
If `Page_Error()` clears the error message and tries to provide tailored server response, the response received by Ext.NET is always a blank json object `{}` and any `Response.Write()` or `X.AddScript()`...