0
votes
1answer
44 views

How to save data from editable grid in ExtJS in a json file and refresh grid with changes?

I have an editable grid in ExtJS. I fetch the data from a json file and am trying to save it back to it after editing. After editing, I click on save and call Store.sync() but it makes no change in ...
0
votes
0answers
12 views

getRowClass not apply first time in Ext Js 4.2 grid

I am using getRowClass for change cursor default to move on hover of grid-row but it is not affect first time after render, after reload store it works fine. Execution of getRowClass function does ...
1
vote
0answers
63 views

Sencha touch 2. Making MVC grid

i have a example of sencha touch 2 Grid. But when i try to make the same project, but like mvc, it gives me a some problems. The main problem with grid library. Some files cant find them. Could you ...
0
votes
0answers
10 views

ExtJS: enableLocking bugs in a grid

I have a grid if I use enableLocking config it disables the handlers? How to enable the listeners?? Any clue
0
votes
1answer
92 views

extjs rowexpander plugin: expand one row at time

I'm using the RowExpander plugin with a nested grid in my app. I want to expand only one row at time so when I click on the '+' icon all the other rows have to collapse. How can I do that?
0
votes
0answers
75 views

Tab+Enter Key navigation Extjs 4.2 Grid Column Locked not working

I have 12 columns in the grid and I am doing tab + enter navigation through SpecialKey event. Everything is working fine If I am not locking some of the columns. If I locked first 5 columns then ...
0
votes
0answers
39 views

Sort time in extjs grid filter locally

I have an extjs grid. I need to sort the time in one column locally. But it is not working correctly for me. I did not do anything. Just put sortable: true to extjs grid columns.
0
votes
1answer
43 views

Extjs 3.4 prevent ctrl + mouse click

i`m using Ext.grid.GridPanel to populate my items from stores. Everything is working quite good, but i have one problem. When i press ctrl + mouse click on grids row, the row deselects. How could i ...
0
votes
0answers
17 views

ext.require is not a funtion error

I have the following code in my pgm. Ext.require([ 'Ext.grid.*', 'Ext.data.*', 'Ext.util.*', 'Ext.state.*' ]); In firebug I am getting the error TypeError: Ext.require is not a ...
0
votes
0answers
37 views

Hide ExtJs Grid Column filter

How will hide extjs grid filter options after the process. Here I selected one filter drop down of an extjs grid column. After filtering process, that drop down not disappearing. It will disappear ...
0
votes
0answers
293 views

ExtJS 4.2 > Row Editor Grid > How to cause add button to refresh paging display

I have the following code for a ExtJS 4.2 grid with row editing enabled. The Add button does not however refresh the paging at the bottom of the grid when a new row is added. Is there any way to ...
0
votes
0answers
53 views

ext js grid combobox show me this tag <div class=“x-grid-cell-inner ” style=“text-align: left; ;”>&nbsp;</div>

i wanna put combobox in ext js grid, so i used this combo code var combo = new Ext.form.field.ComboBox({ typeAhead: true, triggerAction: 'all', lazyRender:true, ...
1
vote
1answer
58 views

Grid splitter not resizing middle grid extjs

[Solved] I have three grids in my UI. Assume them to be A,B,C The issue is that I've added two splitters between the grids. My grid A and C resize but grid B is fixed. ...
1
vote
2answers
166 views

How to focus on editable textfield when checkbox is checked in ExtJS Grid?

I am creating a grid with checkcolumn and celledit. I have 3 columns 1 is for checkboxes and other is editable text field and 3rd is the productname, using celledit to edit the price. When I will ...
0
votes
1answer
161 views

How to MASK the Extjs Grid while setting the record data and unmask after set?

I am showing 1500 to 2000 records at a time inside a Grid with 5 columns. There is a combobox on toolbar. When there will be combo change I need to update 2 columns data. For that I am reading the ...
0
votes
1answer
290 views

ExtJs - Javascript - ComboBox in Grid (Cell editing plugin) - Drop down list behind the Grid/Window

I have a grid with cell editing plugin on it. When i click the cell i want to edit, sometimes the dropdown list of the combo box is behind the grid/window (I can not see it, but if i modify the window ...
1
vote
2answers
83 views

How to skip over particular cells when tabbing through an Ext grid?

I have a grid panel where some cells are editable, and others aren't. I'd like to make it so that when you tab through the grid with your keyboard, the non-editable cells are skipped over i.e. never ...
0
votes
0answers
77 views

Uncaught TypeError: Cannot read property 'viewIndex' of null

I am using ext 4.1.0, integrated with Highcharts 2.3.3. I’ve a two grids A and B with ( loadmask:true) row-editing and cell–editing respectively. The B grid populates data after the click on row in A ...
0
votes
1answer
72 views

ExtJS - Drag column header to other grid

I need keep the default feature of reordering columns and add possibility drop the column in a second grid, building in the last a list with the columns of first grid. I hope has been clear.
2
votes
2answers
86 views

extjs - unable to add filters in grid

I am trying to do simple thing but somehow its not working out with me, in my grid table i want to add client side filter (in columns), i tried everything and followed the code at ...
1
vote
1answer
280 views

How to manage PagingToolbar in Ext-js 4.2 correctly?

js 4.2), and I've got some problems when I manage a toolbar on a grid which use a Proxy (ajax). this.grid = new Ext.create('Ext.grid.Panel',{ region : 'center', ...
0
votes
0answers
27 views

EXT JS Reload store goes into wrong grid

Like the title says. I have 2 grids, 2 stores and 2 views with all non identical names. When i reload store A it goes into grid B and grid A goes empty. What i do: storeA.reload();
0
votes
0answers
121 views

ExtJS 3.2.0: adding GridPanel features to existing HTML table

I'm just getting started with ExtJS, and using version 3.2.0, mainly because it has an example of creating a grid from an existing HTML table: "Grid From Markup". The functionality I really want is ...
0
votes
2answers
147 views

ext js multiple instances of same grid

I'm having an issue with multiple instances of an ext js grid all showing the same data. I am using Ext js 4.1.1. I have a main tab panel. In that panel, there are multiple people tabs. Inside ...
0
votes
2answers
55 views

How to count rows in grid, but only with true flag?

FOr example I have a grid with those data: ID | name | is_active 1 | lala | 1 2 | 1ala | 1 3 | 2ala | 1 4 | 3ala | 0 I want to getCount of those elements that have true flag: In ...
1
vote
1answer
307 views

ext js 4.2.0.633 - grid column header not showing filter options

filter option in grid column header not working with ext js 4.2.0.633,but works well with extjs-4.1.1 this is the code i am using Ext.define('Qreda.view.response.DndGrid', extend : ...
0
votes
1answer
287 views

Reader root in ExtJS with nested JSON array

I'm trying to fill the grid with part of data i'm taking from JSON. For example (shortnen version), JSON looks like this: { "data": [ { "name": "machine1", "devices": { ...
0
votes
0answers
29 views

GXT3 how to insert a grid into grid's cell

I've got a grid and want to show another grid in its last column, for example. Is it possible to render it in such way? Will the event handlers be available for inserted grid? Thanks.
0
votes
1answer
169 views

TypeError: b is null extjs4

My app has a grid, on double click on a record a window appear. In this windows there are two tabs, in the first I print a table with all the information of the selected row, in the second tab I have ...
0
votes
1answer
338 views

Load and save to grid in extjs from nested json

I have a nested json for employee leaves and inside which i have leave history and leave eligibility. i need to populate two grids with the json.i can't read from the json or write to it..Please ...
0
votes
0answers
241 views

bind store to gridpanel combobox column extjs

I'd like to dynamically bind store to combobox in my gridpanel using Extjs 4 and the MVC architecture, I did this in the clic handler of a button : var prodRelStore = this.getGetProdRelDataStore(); ...
0
votes
1answer
223 views

How to fit the columns in a grid automatically in extjs?

we have a grid with 6 columns. One column requires more width compae to others. We have to ahow all the columns in that grid without any horizontal scroll bar. The code we tried for this is: { ...
0
votes
0answers
359 views

ExtJs 4 Grid: How make checkboxmodel column (selection) hideable using column menu?

I have a grid with a selection.checkboxModel var sm = Ext.create('Ext.selection.CheckboxModel', someConfig); Grid config ... selModel: sm And I want to hide this checkbox selection column using ...
0
votes
1answer
61 views

Rows hidden in a grid JS EXT

I need to simply add a function in my grid that hide the rows when the user makes the first access. After that, by the icon of minimize/expand that already appears in my grid, the user can expand the ...
0
votes
0answers
199 views

ExtJS: Insert new rows at the bottom (instead of the top) of a GridPanel

I am using ExtJS 4.1.3 and I have a problem with my GridPanel. I don't use the row editing feature, instead I am using a form to create/edit rows. When adding a row, I would like it to appear at the ...
2
votes
1answer
473 views

ExtJS Grid Filter doesnt appear

i got an ExtJS Grid in my view and now i do want to add some column filters... i've already searched in the web, though i didnt succeed. The problem is if i open the submenu of the column where i can ...
1
vote
2answers
465 views

How to use ExpandAll and CollapseAll For Grouping Grid using grouping feature

I am trying to use expandAll() and collapseAll() for a grouping grid Ext 4.1 But its not working after overriding: getting errors expandAll() is not defined ...
2
votes
1answer
198 views

Extjs4 save all grid data in a table

I know how to get a value from a selected row of a grid, just like this: var records = Ext.getCmp('My_Grid').getSelectionModel().getSelection(); var record = records.length === 1 ? records[0] : ...
8
votes
1answer
720 views

Remote Filtering with ListFilter in ExtJS Grid Column Header

I am using ListFilter plugin to filter results on a Grid panel. The column definition is. { header: 'Provider', filter: { type: 'list', store: ...
0
votes
1answer
214 views

Extjs grid sorting

I have a column- Company in ExtJs gridPanel. In the backend I have put a condition - {id:'Company',header: "Company", sortable: true, dataIndex: 'comp', renderer: function(value, cell) { ...
2
votes
1answer
524 views

In extjs How to bind store data to grid

i am working in extjs. i am creating view which is displaying grid.i have created view as- Ext.define('Balaee.view.qb.qbqns.allQuestionPapers' , { extend: 'Ext.grid.Panel', alias: ...
0
votes
0answers
155 views

View child data in Extjs

Parent model: Ext.define('Project.model.Parent', { extend: 'Ext.data.Model', requires:['Project.model.Child'], idProperty: 'pId', fields: ['pId', 'pName', 'pCode'], associations: [{ type: ...
0
votes
1answer
125 views

Enable/disable 'Remove filters' button, depending on active remote filters for grid.store

I have an ExtJS grid with a store that is filtered and sorted remotely. These requests are handled serverside using PHP. I also have a button in the grid's toolbar to remove the filters on the store ...
1
vote
0answers
264 views

ExtJs - Grid Summary Row displays the values of first row

I have used the "summary" feature in my grid and the summaryType is "sum". But every time I load the grid, it only displays the values from the first row, even if there are multiple rows. The store ...
1
vote
1answer
391 views

GXT Grid Layout issue - No Vertical Scrollbar

I'm trying to add a Grid into a VerticalLayoutContainer of fixed size (250 px) and have the user be able to scroll vertically. I'm using the following code, however, the grid does not display at all. ...
0
votes
0answers
97 views

How to create gridview display in extjs

i am working in extjs. I am having view as- Ext.define('Balaee.view.qb.qbqns.QbqnsAllpapers', { extend:'Ext.view.View', id:'QbqnsAllpapersId', alias:'widget.QbqnsAllpapers', ...
0
votes
1answer
183 views

Extjs Grid - no current page

and thanks in advance for assistance with this issue. I have a extjs 4.1 grid , populated with json loaded from the server. Paging is remote and each hunk of 25 items is served up properly from ...
0
votes
0answers
266 views

Sencha ExtJS: Display 'hasMany' association in Grid

I have a problem getting data out of an 'hasMany' association in a grid list. { header: 'Attribute 4', dataIndex: 'detailAttribute.attribute4', flex: 1, ...
1
vote
1answer
303 views

Ext grid filtering default filter activation on loading

I have added default remote filter to grid for column 'hiddenFlag', however it is not active on first loading. When I click column header menu, filter seem to be active however records is now ...
0
votes
0answers
207 views

How to color certain rows in a GXT Grid?

I'm trying to change the background color of certain rows on a GXT grid if a condition is met. So far I'm doing this by adding a class name to the row if the condition is met and coloring it through ...

1 2 3 4 5 10