|
Grid autoHeight
I've got a grid panel that I'd like to auto-height as Models are added/removed from the store. That used to be done with autoHeight: true, but it seems that autoHeight is no longer supported.
This is my workaround but it feels sloppy, ...
Started by lagnat on
, 7 posts
by 3 people.
Answer Snippets (Read the full thread at sencha):
I didn't specify any height but yet adding records to the store didn't result in auto... .
If a height is not specified via a layout or height then auto heighting is assumed Well then there is possibly a bug here .
There really isn't an elegant way to do this.
|
|
[2.0/2.0.1/2.1][OPEN] Grid autoHeight disables horizontal scrolling too
First of all, the autoScroll property on grid panel does not seem to be working. No matter what value I set it to, it does not seem to have any effect.
Secondly, why do horizontal...
Started by SilveR316 on
, 9 posts
by 5 people.
Answer Snippets (Read the full thread at sencha):
Note that "simulate" grid autoheight....
Notice with the width set to 300 and autoHeight set!!), i've also overwrite the method layout to simulate the grid autoheight.
Down this example to a basic grid to show this.
|
|
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.
|
Ask your Facebook Friends
|
Empty text not displayed in Grid Empty text not displayed in Grid
Hello,
i have the following code:
var gridPrenotations = Ext.create('Ext.grid.GridPanel', {
store: PrenotationsStore,
columnLines: true,
autoscroll:true,
autoHeight:true,
width:'100%',
...
Started by cdiscla on
, 5 posts
by 3 people.
Answer Snippets (Read the full thread at sencha):
I use 4.1.b2 Oh sorry, Code: viewConfig.
Does your grid load local data (via the data config on the store) or does it load remote data, emptyText: 'No data',
But no text is shown with an empty grid.
|
|
Ext.ux.Sparkline + Grid Plugin Ext.ux.Sparkline + Grid Plugin
Hi,
Here's my quick "port" of jquery.sparkline.js to ExtJS + Grids plugin:
Download: http://github.com/dgaspar/Ext.ux.Sparkline
Live demo: http://blog.dgaspar.com/sparkline/
Examples:
Code:...
Started by dgaspar on
, 9 posts
by 6 people.
Answer Snippets (Read the full thread at sencha):
autoHeight:true, width:250, title:'My stats', view : new Ext.grid.GridView({forceFit : true}), columns as
original sparkRefresh (with my fixes):
Code: Ext.ux.Sparkline.refreshGrid = function(grid) { var cm too!!! :-D I'm having trouble....
|
|
Grid header filters Grid header filters
This is a plugin that enables server-side filters for grid in columns headers. The plugin enables the new ColumnModel configuration option filter. This attribute value must be a valid Ext.form.Field component configuration...
Started by d.zucconi on
, 10 posts
by 7 people.
Answer Snippets (Read the full thread at sencha):
However you could post your , Latest: Grid in Card Layout....
Repository
Frequently Asked Questions: FAQs
Tutorial: Grid (php/mysql/json) , Application Design is the grid code reported in the "Configuration example" on the first page...
|
|
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.
|
|
Unanswered: DataView with Selection and LIsteners Unanswered: DataView with Selection and LIsteners
Hi all,
I was just wondering how to setup a DataView with selection mode (single select) and a listener for a tap/click embed on it. My case is to create...
Started by hihiapolla on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at sencha):
|
|
[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.
|
|
[Ext:4.1 Beta] Window, renderTo with constrain bug [Ext:4.1 Beta] Window, renderTo with constrain bug
In the following example you can observe how a window is rendered to, and constrained to a tab panel within viewport.
Unfortunately, When `renderTo` ...
Started by anton.dimitrov on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at sencha):
Class="x-panel-header">Page Title</h1>', autoHeight: true, border: false, margins: '0 0 5 0.
|