147 questions
0
votes
1
answer
68
views
BUG: When window.devicePixelRatio is not an integer (e.g., 1.25), the styles of Ext JS components may render incorrectly
https://developer.mozilla.org/en-US/docs/Web/API/Window/devicePixelRatio
On desktop devices, the devicePixel ratio gives us the level of zoom that the user specified using ctrl +/- and or by selecting ...
1
vote
0
answers
50
views
ExtJs buffered grid row not being read by screenreader properly
I am using ExtJs 7.6 Classic and I am encountering an issue where screen readers like NVDA and Jaws are not properly announcing the row numbers of buffer grids. The buffer grid in kitchen sink seems ...
0
votes
1
answer
212
views
Ext.js add addiitonal sorting function to clear the sort in grids when the column header is clicked for the 3rd time
I have an ext.js 7.2 grid panel. Right now, I have the default functionality where
when the header column is clicked the first time, up arrow appears and the grid is sorted ASC
when the header column ...
1
vote
1
answer
121
views
How to retain sorting order of columns in sencha grid
I have a grid with few columns which are sortable. Currently if user clicks on any column, it gets sorted, and at the same time grid clears existing sort. I want grid to retain the sort of existing ...
2
votes
1
answer
353
views
How to sync my Store when I update the bounded record using form (onUpdateClick). I'm using Extjs 7.5 (Sencha CMD)
This is my first time using a javascript framework, I would like to implement MVVM in my EXT JS application and the data is coming from my WEB API (ASP.NET FRAMEWORK).
My problem is that, I don't seem ...
0
votes
2
answers
650
views
How to add Select/Deselect All checkbox in columns of a ExtJs grid panel?
I would like to add a Select/Deselect All Columns checkbox under Columns before the column names in a grid panel to show/hide all columns. As there are large number of columns in grid so user wants to ...
0
votes
1
answer
804
views
ExtJS 7.4(Modern Toolkit), Grid gridfilterbar plugin, filtered value not show on filterbar column when groupfield is using
I am using ExtJs 7.4(Modern toolkits) to create a grid with filterbar(with filter value) and groupfield(with group value), the filtered value not show on the filter bar. This is working perfectly in (...
0
votes
1
answer
384
views
ExtJS6 - Grid tpl showing div class as text
I am trying an example for Ext.grid.Grid from extJS docs. I am unable to figure out why the tpl is also showing div element also as text.
Ext.create('Ext.data.Store', {
storeId:'employeeStore',
...
0
votes
1
answer
226
views
Is there a way to have a stacked sparkline widgetColumn in ExtJS?
Ext.js has the Ext.sparkline.Bar class. Is it possible to make that bar chart stacked? I have implemented a cartesian as the widget for the widget column to achieve this effect, But it has led to very ...
1
vote
0
answers
186
views
ExtJS 7.x Modern, How to Drag and Drop from Grid to Grid Tree?
I'm looking for an example of how to implement a row drag and drop from a grid to a grid tree. This would be using the Modern toolkit.
It works when I drag and drop from one grid to another but when I ...
0
votes
1
answer
234
views
ExtJS 7.x Modern Grid Selection Bug On Layout Animation
How to fix it? I found a bug on layout card animation using grid component;
What happens?
When you configure the layout for the "card" type and animation for "slide", "cover&...
0
votes
1
answer
67
views
Bug in ExtJS 7.x Modern Material css ".x-show-selection> .x-listitem.x-selected" in Edge and Chrome browsers
I recently purchased the ExtJS 7.x license and am doing some tests, I ended up finding a flaw (incompatibility) with the Edge and Chrome browsers.
When creating a simple grid type component, selecting ...
0
votes
0
answers
279
views
Not able to add xtype grid to div in EXtjs
I am trying add form panel in dataView, i have ItemTPL where i have written divs and in that div I want to call Extjs Form Panel, But when i can call extjs form panel i get below error
"[W] ...
0
votes
1
answer
995
views
ExtJS Datefield TypeError j[d] is not a function
I have a grid in extjs 7.2 with a store that is filtered by date. I have a start date and an end date, which are bound to date objects in my ViewModel. When the grid is initialized, the date for the ...
0
votes
1
answer
515
views
How to implement plugin in ExtJs grid
I want to implement a plugin in extjs grid but its not rendering.
Tried with below code but not working for me, no error on console.
Ext.define('xyz', {
extend: 'Ext.grid.Panel',
xtype: 'mytype',
...
0
votes
1
answer
301
views
Reset one edited cell of grid
I have 3 edited cell in row and 3 reset button in witch 2 reset button is for 2 individual cell and 1 is for whole row reset.
For reset whole row i used grid.store.getAt(rowIndex).reject().
I don't ...
0
votes
1
answer
115
views
show Popup(do you want to save changes?) while row change in grid extjs3
want to show popup (like.. Do you want to save changes?) while row change of grid and pop Up have buttons like YES and NO, if previous row is modified and user click on "YES" in popup at that time ...
0
votes
0
answers
397
views
Extjs grid special character issues
I am using ExtJS 3, I am entering special characters like "&,<,>" in the Textfield of a grid cell, and when I release that cell then that special character converts into an empty string. It ...
1
vote
0
answers
117
views
Error on Ext.layout.ContextItem.initAnimation after dynamic header column adding
I have developped a method to change dynamically grid header menus. I remove columns and use configuration to add others.
But an error occurs if order is changed for a column when my method is called.
...
0
votes
1
answer
2k
views
Extjs 4.2.1 Local filtering of Grid panel with Paging
Fiddle with the problem is here https://fiddle.sencha.com/#view/editor&fiddle/2o8q
There are a lot of methods in the net about how to locally filter grid panel that have paging, but no one is ...
1
vote
1
answer
108
views
ExtJS Grid - Display Multiples rows in one row
I am having below json data in ExtJS store. I am using Ext.grid.Panel to show this content with colum Name and Phone.
{
"name": "Doris Ryan",
"phone": "1-536-934-9500"
},
...
1
vote
0
answers
69
views
ExtJS - Display new tab when user click on row
I have grid data in ExtJS. I've decided to insert a new tab whenever the user clicks on a specific row. The new tab contains information which has been transmitted from a row.
Here is my code:
...
-3
votes
2
answers
2k
views
How to sort 'Columns' in grid header column menus in Ext Js 6.5.2
Currently I am working with Ext JS 6.5.2.. And I am facing issue in sorting the grid columns menu Items.
I want to sort column list but remember I do not want to sort column header.
This image may ...
0
votes
1
answer
2k
views
How to define custom tooltip for a column in extjs grid?
How to define custom tooltip for a column in extjs grid? there is a listener for grid which apply QuickTips for whole grid but I want a column has a custom tooltip and ignore global tooltip. here the ...
0
votes
0
answers
372
views
ExtJS 4.0.7 - Vertical scrollbar is not displayed/working in grid
I am new to ExtJS. I have a grid with add and delete button to add/delete rows. When rows exceeds the height of grid, I want to display a vertical scrollbar to this grid.
I have checked with ...
2
votes
1
answer
953
views
Save checkboxes values when page reload Ext JS
I have the following part of code that displays row of checkboxes in grid in this way grid
columns of grid:
columns: [{
text: 'Name',
dataIndex: 'name'
},{
...
3
votes
2
answers
1k
views
Display group of checkboxes in a row inside the grid column ExtJs
I am new to ExtJS and I am trying to display the group of checkboxes in this way:
I have the following code:
Ext.onReady(function() {
var ct = Ext.create('Ext.container.Viewport', {
layout: '...
1
vote
1
answer
222
views
GridPanel Columns names changing automatically
I am trying to add a GridPanle into a window. For this i have created a model, store and then created a panel and then adding this panel into window.
Facing issue with Panel column Headers.
The ...
0
votes
0
answers
96
views
Filtering after Grouping ExtJS column throws "Maximum call stack size exceeded" error
I am working on ExtJS 5.0.1 Grid,where when I apply grouping on it
and later filtering on the same column I am getting the following
error which says "Maximum call stack size exceeded".
I haven't ...
0
votes
1
answer
503
views
set List filters in ExtJS grid dynamically from response
I am trying to set(check) List filters of a grid column dynamically
from response.
I am able to set them but when I open the menu of the corresponding
filter and setting some other combination of data ...
0
votes
1
answer
469
views
Cannot display checkbox in grid using Ext.grid.CheckColumn Extjs Version 2.2
When I am trying to add a check column to the grid using below codes
this.entitlementColModel = new Ext.grid.ColumnModel([new Ext.grid.RowNumberer(), {
header : 'CIF',
dataIndex : '...
0
votes
1
answer
876
views
Unable to show the "Date" filter values on ExtJS column filters after retrieval of data
I have a requirement where I have to apply dynamic date filters on an ExtJS grid on load(i fetch dates from response).I tried but it is not showing the filtered date nor it is marking the "before/...
0
votes
1
answer
227
views
ExtJs-Apply dynamic filter on "Numeric" Filter type not working
I am working on applying filters dynamically on ExtJs(5.1.3) Grid columns(i get filter criteria values which need to be searched in Grid Store).It worked for me in "string" type filters.But for none ...
0
votes
0
answers
169
views
How to filter grouped records in Extjs's grid?
I would like to group records and then filter them. When the code below is executed the records are grouped and during the loading of the grid, I can see the records being filtered by the condition, ...
0
votes
0
answers
337
views
Ext Js Grid, Issue in summing of column value?
I'm using Ext Js v6.2 Grid, In my application, I have three columns Charges, Rate & Amount Here I want to get all the value of third column [AMOUNT] & Sum it up.
I used Ext Js Function "var ...
0
votes
1
answer
2k
views
Ext Js Grid, How to get particular column all row values & sum?
I'm using Ext Js v6.2 Grid, In my application, I have three columns Charges, Rate & Amount Here I want to get all the value of third column [AMOUNT] & Sum it up.please correct my code if I'm ...
1
vote
1
answer
938
views
Ext Js Grid, How to get the value of cell on keyup?
I'm using Ext Js v6.2 Grid, In my application, I need to get the value of the cell on keyup Here my code, I've tried but it doesn't return the value,please correct my code if I'm wrong, I've searched ...
0
votes
0
answers
512
views
Tree grid expand/collapse in Extjs6.2 collapse does not work
Am using Extjs6.2 . I have used extjs tree panel. Following is my code for the same:
{
xtype: 'panel',
scrollable: true,
layout: 'fit',
collapsed: false,
title: 'My Panel',
...
0
votes
1
answer
1k
views
Scroll Issue when click on Extjs Grid RowExpander
I am facing a issue when using extjs grid rowexpander.
Steps to reproduce it:
1. Expand first row.
2. Now scroll to the last record of grid.
3. Now expand last row. You will see scrollbar ...
0
votes
1
answer
793
views
Extjs Locked Grid Mouse wheel scrolling issue
Can anyone help why mouse wheel scrolling very slow in both Firefox and Chrome.
In Internet Explorer its working fine
Sample Test Case
2
votes
3
answers
571
views
xss injection in numberfield of paging toolbar in extjs
I am having a security issue with extjs 6 paging toolbar for grid. i am able to inject xss script in numberfield of paging toolbar.
Following is the fiddle with a paging grid.
grid Fiddle link
try ...
4
votes
1
answer
2k
views
In Extjs grid On options select from combo box, it removes selection of all records from grid
On Combo select from options, it removes selection of all records from grid and even it removes selection of current record also when you finish your editing.
Select all row from table.
click on last ...
8
votes
2
answers
2k
views
ExtJS 6: Issue using multiple editors in a single grid column
Notes
ExtJS version: 6.2.1.167
Fiddle: fiddle.sencha.com/#view/editor&fiddle/1tlt
This functionality worked in ExtJS 2.x and did not have any issues.
Goal
To have a grid (with a grouping ...
1
vote
2
answers
1k
views
Can not read property 'mergeAttributes' of null error when I try to insert new records using extjs grid editor
First of all, I am using 6.2 version of extjs framework.
I'm facing a problem to save new records using the ext.js grid with the "Ext.grid.plugin.RowEditing" plugin.
When I try to save a record, ...
3
votes
1
answer
1k
views
Workaround for Bug EXTJS-22715 enableTextSelection: true has no effect inside Window
The enableTextSelection attribute doesn't work when grid is inside a window. The following code has no effect on the grid.
viewConfig: {
enableTextSelection: true
}
See this fiddle for a ...
1
vote
0
answers
745
views
Extjs 6 remote Store grouping not correctly
Extjs grid when 'remoteSort: true' than grouping is wrong. and when I set 'remoteSort: false' it works fine
what seems to be the problem
here is a little code
that is grid feature
features: [
{
...
1
vote
1
answer
360
views
extjs grid reserveScrollbar with layout 'absolute'
version : extjs-5.0
ExtJs grid has a property reserveScrollbar which reserves space for scroll bar. I've a window with layout : 'absolute' which is the container for grid.
Now the problem is, the ...
0
votes
1
answer
912
views
What has changed in gridviewdragdrop between ExtJs 4.2 and ExtJs 6.2
I'm upgrading from ExtJs 4.2 to ExtJs 6.2, and something has changed in between in how drag and drop works.
In ExtJs 4.2, I had a simple use of it in a grid:
Ext.define('App.view.images.List', {
...
1
vote
2
answers
832
views
Why are columns no longer resizable in ExtJs 6
In ExtJs 4 all columns in a Ext.grid.Panel were automatically resizable. After upgrading to ExtJs 6.2, it is no longer possible to resize te column. The cursor will still change to resize, but ...
1
vote
0
answers
268
views
Ext Js Grid show First page records on second page also
Ext js grid Initially showing first page records, its's great; but when next page button is clicked, request is going to the Server and server also returning second page data but grid is not showing ...