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
0
votes
1 answer

How to Get All records of a particular Group after clearfilter in ExtJs grouping

I am loading a store and filtering on store. So all filtered data are coming under each group. Now When I will clcik on a particular group, I want to clear the filter for that particular group so that I can get all records under that group. Default:…
aswininayak
  • 933
  • 5
  • 22
  • 39
0
votes
1 answer

How to filter Grouping Grid in Each Group ExtJS 4

I am creating a Grouping Grid. Here am following these steps: Store has all records OnLoad of grid am filtering Store, so am getting all filter data for each group & displaying under corresponding group. Here All Groups are expanded with filter…
aswininayak
  • 933
  • 5
  • 22
  • 39
0
votes
3 answers

Extjs4 Load data in grid from server

How to load data in grid from server I am able to load data from Store to grid but not able to load data from server to the store and then into grid Server API Details : http://192.1681.102:8080/Petcrumbs/member/getMemberList Request Parameters…
Ram
  • 233
  • 4
  • 17
0
votes
1 answer

ExtJs 3. : How to add borders for the grid body cells(without gird header)

I want to add grid cell border without grid header so I add CSS class for gird. this my CSS class #table_id td { border-color: #A8A8A8 ; border-style: solid ; border-width: 1px ; z-index: 55000 ; } Above CSS creates border for gird header. So…
Duleep
  • 569
  • 5
  • 25
  • 49
0
votes
1 answer

How to catch last row edit event in extjs3 grid

I have ExtJs grid, i want to keep empty editable row as last low in the grid. So when something typing on last row i want to add another empty last row the grid(when start typing/editing last row). but i can't catch last row istyping/isediting…
Duleep
  • 569
  • 5
  • 25
  • 49
0
votes
1 answer

Preselect items in EXT JS 4.2 Grid

I am trying to preselect items in my EXT grid based on the value of one of the items in the data store. In my data store I fetch 7 items, the last item I grab 'installed' is a BOOLEAN and I would like to use that to preselect items in my grid. Here…
xXPhenom22Xx
  • 1,265
  • 5
  • 29
  • 63
0
votes
2 answers

Property or method to force ExtJS 4.2.1 grid to adjust its height automatically

I have a simple grid developed using ExtJs 4.2.1 framework. The grid is having one bottom bar (bbar). Problem: Horizontal scrollbar is not visible due to the bottom bar (its hidden behind the bottom bar). If I set the height of the grid using…
SharpCoder
  • 18,279
  • 43
  • 153
  • 249
-1
votes
1 answer

Extjs Xml reader: multiple substructure handling?

I've an xml containing a nested structure Bld No.2 10 11 using model mapping, I can put the data…
SolessChong
  • 3,370
  • 8
  • 40
  • 67
-3
votes
2 answers

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 give you clear visualization that I only want to…
ravi
  • 3
  • 3
1 2 3
9
10