Ext.NET
Ext.NET copied to clipboard
Ext.grid.Panel.getRowsValues() support for grids with column locking
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.