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 Json nested data in grid panel

This topic has been discussed several times on the web but all subjects none helped me solve my problem. My javascript code receives the JSON nested data. All JSON data Level 1 data are transcribed in the grid panel but all child data none. I have…
orel_it
  • 15
  • 1
  • 2
0
votes
1 answer

Treenode to GridView

ExtJS4 I'm trying to move a treenode to gridpanel. I want its associated data to be inserted here. But whenever I move the treenode, it creates an empty row at that position. I've created the tree as: var treeData = { text: 'Business…
Shashwat
  • 2,538
  • 7
  • 37
  • 56
0
votes
1 answer

Disable grid panel with checkboxes

My requirement is that to disable a grid panel inside field set or grid rows on certain condition. The grid has more than 20 items and there should be a scroll bar to view all the elements of the grid. If I use disabled property of grid panel, then…
AJJ
  • 3,570
  • 7
  • 43
  • 76
0
votes
1 answer

Extjs4 gridpanel row data not same with json data store

i'm new with extjs4, i have a problem with gridpanel that should be show number of rows from data store. My problem is data store retrieve json with 6 rows but why in grid panel only shows 4 rows... here's the grid Ext.create('Ext.grid.Panel', { …
abhie
  • 124
  • 1
  • 10
0
votes
1 answer

gridpanel right click to delete column

I'm trying to make functionality for deleting column from grid, but I have problem with detecting on which column user right clicked (right click > context menu with delete option). For the moment I'm displaying the contextMenu something like…
T1000
  • 2,909
  • 7
  • 36
  • 53
0
votes
2 answers

ExtJs GridPanel Scroll to last Element

I am trying to scroll to the last Element of a GridPanel, the last Element is already focused by _this.testpanel.getSelectionModel().selectLastRow( ); I have tried many ways but none of them worked... The GridPanel is saved via _this.testpanel…
0
votes
2 answers

how to stop gridpane items shrink with shrinking of window in java fx 2.0

Hello i have that grid pane and there is labels and textboxes in that they are shrinking with shrinking the window but table view is not shrinking. Like rather than shrinking they hide like normal.Is any method to stop that? Thanks in advance
Bipin Bhandari
  • 652
  • 4
  • 9
  • 23
0
votes
1 answer

Reusing same component in ExtJs

What I want is to be able to Create two instances of Panel at once, but when I do something like new Dashboard.NotificationPanel(); new Dashboard.NotificationPanel(); the first one is not displaying the grid result. i suspect that it is somehow…
Slava Lenskyy
  • 426
  • 2
  • 10
-1
votes
1 answer

Unable to show JSON data into Grid Panel. Shows only one blank row in Grid

Unable to show JSON data into Grid. I got blank grid but you can see sequence no "1" and blank row, though number 1 is auto generated, it is not a JSON data. code Ext.onReady(function(){ // PRESSURE GRID - PRESSURE TAB // var proxy=new…
Ankit
  • 338
  • 2
  • 16
-1
votes
1 answer

Extjs GridPanel selections from database

My idea is to have a combobox filled with sectors, and a list of users below with checkboxes to indicate if each user belongs to the selected sector. The sectors are stored in my database and each user can have their id linked to one or more…
Alexis
  • 1
-1
votes
1 answer

Extending Grid Panel in Sencha Architect

I want to write my own Grid panel by extending the native grid panel provided by Sencha in Sencha Architect. i am new to sencha architect. Can some one help in providing the steps to do that ?
user1058913
  • 321
  • 1
  • 4
  • 20
-1
votes
2 answers

Not able to load Extjs Grid by json data

Simple grid showing three columns ... trying to get a json data Trying to display 3 columns Subject Id , Subject Name and Subject Short Name .. in myData a json format data is saved. i have just pasted the data received from server for myData. I…
JackAss
  • 338
  • 1
  • 4
  • 17
-1
votes
2 answers

Need to change the icon when a icon inside extjs grid action column is clicked

I need to change the background color of icon inside extjs grid action column on clicking that icon. handler: function(grid, rowIndex, colIndex) { //Need to change the delete icon with add icon …
MohanSee
  • 83
  • 1
  • 10
-1
votes
1 answer

Extjs : Toolbar inside a panel not resizing on Browser resize

I have a toolbar and a grid within a Panel. On resize, the grid looks good. However the toolbar maintains its original dimensions and does not resize causing a few buttons to hide . How do I rectify this? { xtype: 'panel', …
subbrl
  • 327
  • 4
  • 15
1 2 3
22
23