0
votes
1answer
26 views

Ext JS - Grid when applied with filter leaves empty/blank sections in grid

For example, when I apply a filter the grid area looks like this: (Top of grid) blank area blank area blank area row w/ info row w/info (Bottom of grid) I looked for a ...
0
votes
0answers
49 views

TypeError: b is undefined in Firefox when update store content

I am trying to update some grid columns when I select an option from a combobox (that is in the first column of the same grid), I am getting this error on Firefox with Firebug: TypeError: b is ...
0
votes
2answers
97 views

Count number of selected row in gridpanel extjs

I have a gridpanel with data, I can show the total number of records in the grid by store.getcount(). When I click a record, I would like to show the number of the selected record. For example: The ...
0
votes
0answers
125 views

Ext js infinite scrolling grid What should .NET MVC server code look like?

I'm looking into the Ext js infinite scroll grid. Sencha Scrolling Grid Example The code they show in the example seems straight forward, but there is no mention of what the server code should look ...
0
votes
0answers
119 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
0answers
28 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
2answers
229 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
1answer
227 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
0answers
276 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(); ...
1
vote
0answers
111 views

Extjs4 filtering grids with same store

I have a tab panel, which contains tow tabs, Tab1 and Tab2. Tab1 contains a grid panel and a button to filter this grid according to a specific character. Tab2 contains the same grid. The probem is ...
2
votes
1answer
830 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
1answer
170 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
192 views

extjs4 apply filter just to showed grid data

First I have created this vaiable: var filters = { ftype: 'filters', encode: false, local: true }; The code of the grid is like this: { xtype: ...
0
votes
1answer
29 views

Default Value in RecordField throws javscript error on execute

Adding following Record Fields to the GridPanel Store makes the site throw a javascript Error Uncaught SyntaxError: Unexpected identifier to the Chrome Console <ext:RecordField Name="listname" ...
0
votes
2answers
735 views

Store dont load in renderer grid cell

I´m trying to renderer a string in my column instead of your id. I founded this solution: Grid cell is rendering wrong, but it´s don´t work with a dynamic store. In my grid I put a store to load into ...
0
votes
0answers
180 views

ExtJs4 - Message View Grid for Validation Messages Not Displaying Messages in Store

The project I'm working on is a fairly strict declarative-style MVC project. Project style guidelines restrict the style of coding we can do - good news, bad news. My goal is to create a ...
3
votes
2answers
330 views

Store with MixedCollection data

Is it possible to do this process in ExtJS 4.1.x ? var myMixedCollection = myStore.queryBy(...); var anotherStore = Ext.create('Ext.data.Store', { data: myMixedCollection, ... }); var myGrid = ...
-1
votes
2answers
476 views

ExtJS 4.1 Grid panel loading is too long with over 10k entries

I've a new problem today (first one : ExtJS 4.1 How to create a window with grid dynamically) So, to resume my application is to display data about cars. I load all my cars (over 10k) like this : ...
0
votes
1answer
62 views

How to modify a txt file with a temporary file in java?

just wondering why it is not working the code we are using... i create a program that manages products of a store, in a specific of the program the user can add or delete products that are stored in ...
0
votes
0answers
111 views

how to identify whether filter is applied to particular column in extjs grid?

how to identify for what columns , filter has been applied or not in extjs 3.4? function putImagesOnEachColumnHeader(store){ if(store.isFiltered()){ // code to find out what } }
1
vote
1answer
747 views

Can't filter multiple extjs grid columns

To filter one grid column I use: store.filter({ property: 'first_name', anyMatch: true, value : this.getValue() }); Now I need to search multiple fields at ...
0
votes
2answers
330 views

Extjs - Loading Grid when call

I have form and grid. the user must enter data in form fields then display related records in the grid. I want to implement a search form, e.g: user will type the name and gender of the student, then ...
0
votes
2answers
1k views

Grid store config throws “Uncaught TypeError: Cannot read property 'buffered' of undefined”

I have form and grid. the user must enter data in form fields then display related records in the grid. I want to implement a search form, e.g: user will type the name and gender of the student, ...
0
votes
0answers
128 views

How to get value of a combobox in store proxy EXTJS 4?

I have a store that sends a parameter to my controller. When I define my store proxy: { type: 'ajax', scope: this, url: 'My/GetData', extraParams: { ...
2
votes
2answers
4k views

Extjs - getting 'TypeError: name is undefined' when add grid panel with store data in view

I am trying to simply load a grid panel with data from a store in my view, but I keep getting the following error: TypeError: name is undefined Line: if (name === from || name.substring(0, ...
2
votes
1answer
433 views

ExtJS data change event

What is the event that fires when the data in a DataGrid are recharged or rendered? For example, a DataGrid showing the results of a filtered search. Every time you click on the Search button with a ...
0
votes
1answer
175 views

dojo1.7 Enhancedgrid is not refreshed when new store is assigned in IE

I am working on dojo1.7. I have an EnhancedGrid which I need to refresh with latest data. var gridStore = new dojo.data.ItemFileWriteStore({ url:'', ...
2
votes
1answer
1k views

Grid with json store sometimes don't show data

I have a extjs 4 grid panel with remote stores. On the renderer of column there is function, which change ID to NAME. Mostly times it works fine, but sometimes (~40%) the grid shows with empty ...
0
votes
0answers
190 views

ext js 4 reuse grid in MVC, rows dissapear

I have a problem in my ext JS applicatiom. Use MVC architecture: Ext.define('ME.controller.Stocks', { extend:'Ext.app.Controller', models:[ 'Logs' ], stores:[ ...
-1
votes
1answer
666 views

Ext JS 4 - Grid instances sharing the same store

I got a problem that is simply driving me insane. I created a window based widget that displays a grid. Ok, until now that is nothing special, but, each grid has to deal with different data. For ...
1
vote
1answer
841 views

json not matching model

In EXTJS i will use a model and store for my grid. Now is the problem that sometimes the json will not match the model. There will be less information then in my model. When this happens EXTJS will ...
-1
votes
3answers
424 views

how to count records (Json returned) with same field value in a store? Considering all records and not count only records by pagesize limit

I have a grid and his store. The store pagesize is limited to 5, and a query returns more than 5 records, but when i try to count the records by a field value in store's 'load' event, only considers 5 ...
0
votes
1answer
387 views

How to use query for grid\enhancedGrid?

I want to sort information in a dojo EnhancedGrid (connected to database through JsonRestStore). I know dojo grids provide functionality to sort based on a single column. However, in my grid, one ...
0
votes
1answer
258 views

ExtJs4 Mapping a treeStore level to a Store

What is a good way to map a level of a treestore to a flat store. In my case, I want to group criteria for a search. All search criteria are inserted into the top level of the treeStore, unless they ...
0
votes
1answer
927 views

Mark Unmark grid record dirty

We are providing an ability to the user to change the order/position of a grid record. For this we are using drag and drop. But after drag and drop the record doesn't appear dirty. Thus, is there any ...
0
votes
1answer
704 views

ExtJS - Grid panel not loaded with nested JSON

Hello my JSON is: (formatted for better reading) {"status":{"status":0,"msg":"Ok","protocolversion":"extjs.json"}, "list":[{"getLogfiles":[ ...
0
votes
1answer
189 views

How remove scroller in grid with paging - Ext JS 4

I have a grid in my application that is configured with xtype : 'pagingtoolbar' and the store that related to this grid is configured with pageSize : 10, the result is that the pagingtoolbar is ...
0
votes
2answers
456 views

Extjs grid column render function, access to external store

I have 2 stores and 1 gridpanel. One store is assigned to the grid, the other is loaded with records at the beginning of my application. Now, my problem is that when I use a render function for a ...
2
votes
1answer
1k views

Using the EXTJS4 example under form/form-grid.js - how to reload grid after submit form

I am using EXTJS 4.0.7 gpl. I am working with the example under form/form-grid.js. I want to reload the grid in the example after I edit an entry that shows in the form. I am loading data into the ...
0
votes
2answers
418 views

ExtJs: Does store need to be removed forcefully once the grid using it is destroyed?

In our application, we are having various windows which contain grid and their respective stores. General code structure of a window we have is as following: function showWin(){ var storeVar = ...
2
votes
4answers
3k views

ExtJS 4 - Dynamic Model Fields

I want to create my Model fields dynamically (in ExtJS 4). For instance, sometimes it is 0 to 3 and sometimes it is 0 to 7. This data comes from a JSON file (and store). This is my Model: ...
1
vote
1answer
795 views

ExtJS4 - Iterate through Store in Grid

I want to iterate through store and make grid columns dynamically. When I use columns.push method in the onLoad event of Store, I got this error: "headerCtCfg is undefined". This is my code: ...
2
votes
2answers
319 views

Searching for a pattern in Ext JS

I have a grid with certain records and a textfield above it. The textfield is connected with the grid such that each time there is a keyup event it goes to a filter function in order to only show ...
0
votes
1answer
1k views

How to create multiple rooted JSON for ExtJS store?

I want to create a JSON string on server side with 2 root. I am using ExtJS 3.2. I want to use first root for load data to grid and the second one is to fill a form with different data. I am creating ...
1
vote
1answer
1k views

ExtJS: Hidden column in grid showing data on store reload

I have a grid.Panel configured as follows: var myGrid = new Ext.grid.Panel({ id:'myGridID', layout:'anchor', title:'My Grid', border: ...
2
votes
4answers
15k views

Reloading data from a store in ExtJS 4

I have a store: var store = new Ext.data.store({ autoLoad: true, autoSync: true, model: 'myModel', proxy: { type: ...
1
vote
1answer
339 views

Dojo Reload Grid Data Using a JsonRestStore

How do I reload the data of a grid using a JsonRestStore? With a normal store I could call close() and then set the url property again, but a JsonRestStore does not have an url, only a target. I also ...
0
votes
3answers
299 views

Why don't added records appear in grid?

I created a custom field for multiple file uploading, the problem is in the first step i couldn't even add selected file to grid, can you tell me what is the problem of my code? I looked at firebug ...
1
vote
1answer
342 views

Getting the post parameters from an extjs grid

I have an extJs Grid with filters etc. I get my data via ajax from the server. Everything works fine. I also want to allow the user to download the grid data as csv. So I wrote a function on ...
0
votes
1answer
557 views

extjs cache picture with same name when I reload grid & store

I have grid with some pictures, I edit my picture and I save my picture, then I reload the store and refresh the grid but the picture doesn't change, because browser cached the old picture in grid. ...

1 2