Questions tagged [gridpanel]

Gridpanel is a User Interface Element that is used as a grouping control to define the behavior of various graphical controls and forms.

Gridpanel is a User Interface Element that is used as a grouping control to define the behavior of various graphical controls and forms.

  • The grid panel is the most flexible layout container compared to other layout containers that are designed to manage more specific layout functionality.

Ref

331 questions
0
votes
1 answer

Extjs 4 why is hiding of all hideable columns not allowed?

I noticed that a user cannot hide all columns in a gridpanel. It seems that the grid must at least display one column. I can imagine this is a nice feature, but it doesn't work quite as I expected when dealing with both hideable and non-hideable…
Bert Regelink
  • 2,696
  • 23
  • 17
0
votes
1 answer

ExtJS - gridpanel all check

I have a question... If you know this, please write reple... When I click the most up check button - common check button, all items checked or unchecked in gridpanel... Is it possible? If you don't understand, you can see common website email…
0
votes
1 answer

remote save onblur after edit using Ext.grid.plugin.CellEditing

I need to send the request (the store is using a restproxy) to my server onblur. I already have the save method working calling this from a button. This is my cellEditing var cellEditing = Ext.create('Ext.grid.plugin.CellEditing', { …
Martin Borthiry
  • 5,256
  • 10
  • 42
  • 59
0
votes
0 answers

PrimeFaces ui repeat + infinite scrolling

I have a primefaces "grid panel" template and i'm filling it's columns from database via java classes. And i've to show lots of clones of that panel but surely they full with different info. For displaying all of them i am using "ui repeat" tag and…
Ömer Faruk Almalı
  • 3,792
  • 6
  • 37
  • 63
0
votes
2 answers

How to fill a GridPanel with data from a database with Ext.Net?

I found this example but am completely new to this and so it is too advanced for me... I understand what's going on in the view, but how and where am I supposed to actually connect to the database, with a username and password and all? What should…
Kalina
  • 5,504
  • 16
  • 64
  • 101
0
votes
0 answers

EXTjs: Grid Panel issues - Column Aligment and Loading Data

I saw some post similar to my problem, but the solution are not coinciding with mine. First is that in Grid Panel the columns are not aligned right. Secondly, see column 1 has no data? Here is how I made it: // Data Tabe var storeFields =…
oneofakind
  • 552
  • 17
  • 41
0
votes
1 answer

Add Scrollbar to GridPane automatically - JavaFX

I'm adding elements dynamically to a GridPane during excecution time, how can I allow scrollbar to be added automatically to this GridPane? Related question : How to fix the cell width and height for all cells of the GridPane
Adil
  • 4,503
  • 10
  • 46
  • 63
0
votes
1 answer

ExtJS4 gridPanel data not showing

I've made this very simple jsfiddle to show you this abnormal behaviour http://jsfiddle.net/mrgamer/GgUkE/2/ In my application i'm using the same methods i've written here, .loadRawData() on the store, cause .loadData() doesn't fire the 'load'…
Valerio
  • 2,390
  • 3
  • 24
  • 34
0
votes
1 answer

How to group column header for a grid nested inside a form for ExtJs

I have a grid panel nested inside a form panel. The grid contain grouped header, but the sub column of the grouped header are not loading properly. Any idea what I'm doing wrong? form = Ext.create('Ext.form.Panel', { id: 'form-' + index, …
Jun Zheng
  • 677
  • 1
  • 15
  • 31
0
votes
1 answer

Extjs 4.1.1 linking a contextmenu to a grid

Using Extjs 4.1.1 I am attempting to link a contextmenu (right click initiated menu) to a grid. So, I have the Ext.menu.menu and when a user right clicks my grid I want to display the menu using showAt. This works to a degree... However, I need to…
Bbb
  • 271
  • 2
  • 8
  • 22
0
votes
1 answer

EXTJS Grid Panel Listener - Retrieving Data from an Object

Guys, I'm quite new to extJS and I would like your help. I have this Grid.Panel with listeners, I don't know if i got it right. Anyway, I got it to print out its properties but I cant get the data. Here is what the console printed out. Object {…
oneofakind
  • 552
  • 17
  • 41
0
votes
1 answer

Adjusting height of ExtJS Grid Panel rows

I'm working with ExtJS to create a grid in a tab panel that will have links in each cell. If there are more than one links, the row should expand so that the rows will be wider when they need to be. I'm working off of the "Buffered Scrolling with…
Jesse Roper
  • 1,269
  • 7
  • 31
  • 56
0
votes
1 answer

Ext JS 4: Putting a record into multiple groups

Is it possible to group a single record into multiple groups? Let's say I have the following code: Ext.onReady(function() { var store = Ext.create('Ext.data.Store', { fields: ['name', 'profession'], groupField: 'profession', data: [ …
incutonez
  • 3,241
  • 9
  • 43
  • 92
0
votes
0 answers

Ext gridView can't refresh

When I create an Ext.grid.GridPanel object and call this.getView().refresh(false), I can get the gridPanel.GridView , but the error is: this.grid is undefined The GridView has no grid. Here is the code: Ext.extend(Erms.user.EventUserPanel,…
0
votes
2 answers

EXT4.1 Mouse-over on GridPanel

I am trying to do a mouse over on all the items in the grid. How do I go about. I am pretty new to this stuff. Would be great if someone can explain by an example :)
ManJan
  • 3,939
  • 3
  • 20
  • 22