|
How do i resize the grid panel accoring to the window size. I have given viewconfig{ forcefit:true} but in internet explorer grid panel does not scale with the window size.
Please help me in this issue
var grid = new Ext.grid.GridPanel({
store: store,...
Started by xrx215 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you just have a free floating grid and it isn't being managed by the Ext Layout manager, I think you need the grid, and then specify the ....
The forcefit:true bit only applies if the grid is inside of another container, I believe.
|
|
Disable sorting on property grid disable sorting on property grid
Hi all!
I'm searching for a way to disable sorting on property grid. I tried to put some "sortable" and "defaultSortable" to false at some places, but nothing happens.
like:
Code: var xml...
Started by rekam on
, 10 posts
by 5 people.
Answer Snippets (Read the full thread at sencha):
Ext.grid.PropertyGrid({ title: 'Properties Grid', autoHeight: true, width: 300, source: {}, renderTo: Ext.getBody; } var xml = new Ext.grid.PropertyGrid({ title: 'Properties Grid', autoHeight: true, width: 300: 100, sortable....
|
|
Grid filter feature not working grid filter feature not working
Hi, i am new to Ext grid. i am using ext-4.0.7-gpl FiltersFeature.js for filtering data . i were able to make grid and add filter in that grid but i found problem in filter as it is showing...
Started by fastian on
, 2 posts
by 1 people.
Answer Snippets (Read the full thread at sencha):
Please give suggestion...
What was the code of filter update event..
I was missing 'filterupdate' event which fire when enter data in filter textbox .
|
Ask your Facebook Friends
|
Each of my 3 Extjs gridpanels do not expand horizontally within a tabPanel.
The each grid's properties:
id: grid_id, ds: ds, cm: cm, loadMask: true, view: grouping_view, plugins: [expander, filters], stateId: which + '-grid-stateId', stateful: true, stateEvents...
Started by josh on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
: [{ title: 'First tab', layout: 'fit', items: new Ext.GridPanel({ title: "Grid panel" }) },{ title: 'Second.
|
|
[SOLVED!] Upgrading from Ext3.1 to 3.2.0 js error: this.lastSize is undefined
I receive this error in moving from 3.1 to 3.2.0. I've got 3 grids inside a viewport's center region, and panels in the west and east regions. I searched the forums and saw ...
Started by JoyfulBobHome on
, 8 posts
by 4 people.
Answer Snippets (Read the full thread at sencha):
I see other posts with this error but no solution... .
It's holding up our entire upgrade to V3.2.
Can somebody please help us on this? We really need an answer .
FYi, this also happens in another pre-v3.2 app that I tried to convert .
Same problem here bump...
|
|
How to create link to access tabpanel item containing gridpanel? How to create link to access tabpanel item containing gridpanel?
I've grouptabpanel consist of several items each pointing to display a gridpanel. The gridpanel is included as item from ...
Started by zakif on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at sencha):
|
|
URL for TabPanel Sub-Menu URL for TabPanel Sub-Menu
There is a grouptabpanel contain several menu and sub-menu items with grid inside. For now, there is one and only way to access them all through Code: http://myweb.com/admin/public/
.
Let say there is...
Started by zakif on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at sencha):
Items: [ { xtype: 'portal', title: 'Configuration', tabTip: 'Dashboard tabtip', autoHeight: true', iconCls: 'x-icon-tickets', tabTip: 'Language tabtip', style: 'padding: 10px;', items:[languages_grid.
|
|
Ext.ux.RowExpander expandbody and collapsebody event issue Ext.ux.RowExpander expandbody and collapsebody event issue
From the source, I noticed there exist two events when the row body is expanded or collapsed. They are "expandbody" and "collapsebody...
Started by arnoldc on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at sencha):
I need to palce 2 bottons in grid panel like exapnd.
I have another requiremnt.
Code: this.getCmp().view.fireEvent('expandbody pluglin.it is working fine.
Is the listener you are binding is to the grid itself.
|
|
[2.x] Ext.grid.RadioColumn [2.x] Ext.grid.RadioColumn
In the Help forum there were several requests for a 'survey' grid.
(I modified the code to use radiobutton images instead; see post below)
This can be easily done by modifying Ext.grid.CheckColumn:...
Started by Condor on
, 10 posts
by 6 people.
Answer Snippets (Read the full thread at sencha):
DataIndex: 'productDetails'}].concat( radioButtons ).concat(additionalCols);
var grid = new Ext.grid.EditorGridPanel({
store: store,
columns: columns,
sm: sm,
width: 475,
autoHeight: true,
renderTo.
|
|
Unanswered: PORTAL IN TABPANEL DON'T WORK !!! PLEASE HELP Unanswered: PORTAL IN TABPANEL DON'T WORK !!! PLEASE HELP
Portal in tabpanel don't working in EXTJE 4.1
please help me
Code: Ext.onReady(function() { var portalContent = [ { id: 'app-portal', xtype...
Started by ajaxvador on
, 2 posts
by 1 people.
Answer Snippets (Read the full thread at sencha):
Any idea why it does not work? Vador.
|