Questions tagged [extjs-grid]

this tag should be used on questions which use Ext.grid.Panel/Ext.grid.Grid classes in the code or the question is somehow related to components being used in a tabular grid.

This tag should be used on questions which use Ext.grid.Panel or Ext.grid.Grid classes in the code or the question is somehow related to components being used in/with a tabular grid of .

For more information regarding grids you can check: http://docs.sencha.com/extjs/6.5.0/guides/quick_start/presenting_data.html

144 questions
1
vote
1 answer

extjs nested data grid filter and reload not working on viewModel

Why not working filter and reload store grid... data is nested .. i want parents to use proxy model.. nested data json server sssssssss s s s s s { "success": true, "data": { "taksitler": [ { "taksit_id":…
Mtk
  • 11
  • 1
1
vote
1 answer

Dynamic grid columns added again after destroy

I'm trying to add columns to a ExtJS grid in initComponent() using this.columns.push(). This is working fine, but when I destroy the view and create it again the columns are duplicated. It seems ExtJS is keeping some state of the previous instance.…
Bram Gerritsen
  • 7,178
  • 4
  • 35
  • 45
1
vote
1 answer

Control+F (Find functionality) is not working correctly with Extjs grid

Control+F (Find functionality) is not working correctly with Extjs 6.0.1. If we perform find functionality in extjs Grid which is having 50 records,it shows results for given search. But if we reload grid with records count greater than 50,…
Sudarshan
  • 350
  • 4
  • 11
1
vote
2 answers

Add a component below header in Extjs grid

I have a grid in ExtJs5 with 3 columns. I want to add a component like textfield below header and before starting rows in a grid. Actually i want to filter data based on values in textfield. Note - I don't want to add a textfield in header. I want…
Puneet Chawla
  • 5,729
  • 4
  • 16
  • 33
1
vote
1 answer

How to Flex column width in an extjs locking grid

How can i flex the width of columns in a extjs locking grid ? If the set the flex config on columns, extjs throws an error saying locking grid columns can not specify flex values. The grid panel has layout:'fit' config set.
optimusPrime
  • 249
  • 6
  • 17
1
vote
1 answer

How to have headers in first column instead of regular headers in top row?

Generally, ExtJS renders the JSON into grid considering that properties go to top columns and their number is fixed. And the corresponding values are loaded in rows as records.Here number of rows may vary depending upon the records in Json. But…
Snehal Masne
  • 3,403
  • 3
  • 31
  • 51
1
vote
1 answer

Extjs 5 editing grid: datefield editor prevention of validation and completing the edit anyway

I have a table with cell editor of datefield, I want it to accept the value even if it's invalid date, without parsing and validating it. If I entered a valid date, the edit event get fired. for invalid date, the canceledit event get fired…
Muayad Salah
  • 701
  • 1
  • 8
  • 19
1
vote
1 answer

Last column in grid needs custom title

So I am using ExtJS to render grids with data. I have features on the grid which are good but I want to last row to say "Total of All" but it's repeating the first group title. Below is my custom group header: features: [{ ftype: 'summary' …
Kal
  • 2,239
  • 6
  • 36
  • 74
1
vote
1 answer

Detach and attach store from ExtJs control

How can I remove and add store from any ExtJs control? At the run time, I should be able to remove and add store to ExtJs controls like Grid, TreePanel etc.
SharpCoder
  • 18,279
  • 43
  • 153
  • 249
1
vote
2 answers

Show all rows in grid after clearing filters in ExtJS

I have a data store and a grid. I add filters in the store and they work properly as I see the results in my grid. But once I disable all my filters aka clear them from my store I want to view all my rows in the grid without reloading them from a…
Vlad
  • 2,739
  • 7
  • 49
  • 100
1
vote
1 answer

EXTJS Grid row colour change dynamically with getting colour code from database

I am working on an EXTJS grid whose row-color will be set according to a field(status field) value from the table. User can edit the fields of the row and after clicking update, the color of the row will change according to status field value set…
Gourav
  • 813
  • 2
  • 10
  • 23
1
vote
1 answer

Entire Ext JS grid needs to resize to fit contents

The requirements are, the contents of the grid should never be truncated at all. The whole grid should be sized to meet the width of the data, possibly requiring a horizontal scroll bar on the window. Is this possible? Ext JS 4.2
mattalxndr
  • 9,143
  • 8
  • 56
  • 87
1
vote
2 answers

ZendFramework2 on ExtJS Grid Example (how to send json output correctly in zf2)

Firstly, sorry for my not very good english. Problem: I am trying to run extJS grid example using zf2. I am using this example. What I need to do: make array of objects in php json_encode(this array) accept json data in extjs script easy! but I had…
Sharikov Vladislav
  • 7,049
  • 9
  • 50
  • 87
1
vote
1 answer

Unable to show data in ExtJS Tree Grid

I just copied the example of ExtJS tree grid from Sencha's site. I created a fiddle with only difference being, I am using local data instead of using proxy & I have removed some columns. Please check this fiddle and tell me why I am not able to see…
SharpCoder
  • 18,279
  • 43
  • 153
  • 249
1
vote
0 answers

Multi Level Grouping in ExtJS 4.X grid

I am looking for multilevel grouping feature in ExtJs 4.1 grid which is not supported out of the box I have gone through so many links but I don't think there is a right answer when it comes to multi level grouping in ExtJs 4.X Link 1 Link 2 Link 3…
SharpCoder
  • 18,279
  • 43
  • 153
  • 249