Ext.NET icon indicating copy to clipboard operation
Ext.NET copied to clipboard

Ext.grid.Panel.getRowsValues() support for grids with column locking

Open fabriciomurta opened this issue 5 years ago • 0 comments

Found: 5.2.0 Ext.NET forums' thread: File downloading is not working from grid panel with paging

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 (and only when grid locking is enabled).

The Ext.grid.Panel.getRowsValues() is an Ext.NET-specific implementation and this issue does not come from Sencha.

fabriciomurta avatar May 28 '20 15:05 fabriciomurta