Search Type: Posts; User: mattb
Search: Search took 0.02 seconds.
-
5 Jun 2008 11:32 AM
Jump to post Thread: FF3 grid rendering issue by mattb
- Replies
- 1
- Views
- 729
I think this issue more broadly affects tables, but I wanted to ask if anyone seeing this issue had found a workaround. See the two attached images -- in FF2, cells with content wider than the cell...
-
7 May 2008 2:38 PM
Jump to post Thread: Ext.ux.LiveGrid by mattb
- Replies
- 823
- Views
- 295,055
Here are some diffs against the current livegrid source that enable combining editor grid functionality. Most of the changes involve overriding the getRow method of the GridView class to handle...
-
15 Apr 2008 2:58 PM
- Replies
- 0
- Views
- 637
Hi,
As from the title, I can't "tab" or "enter" to the next cell in an editor grid on IE7. The canned example works fine, but I'm using a combination of LiveGrid / Editor Grid and can't seem to... -
27 Feb 2008 4:41 PM
Jump to post Thread: [2.0.1][CLOSED] IE6 Grid Width Bug by mattb
- Replies
- 26
- Views
- 15,056
So, I'm not clear, but experiencing the same issue... Is it not possible to have a GridPanel render to a div without an explicit width? Seeing the 10000px width in IE6, but window sizing works fine...
-
7 Feb 2008 2:29 PM
Jump to post Thread: Ext.ux.LiveGrid by mattb
- Replies
- 823
- Views
- 295,055
Hi all,
Anyone had any luck plugging LiveGrid into an editable grid?
I'm having some success, but I'm having trouble getting record inserts to work without really messing up the grid view...
... -
5 Feb 2008 11:53 AM
- Replies
- 4
- Views
- 964
Okay, I see what you're getting at now... Works like a charm, thanks to both of you!
Matt -
5 Feb 2008 12:31 AM
- Replies
- 4
- Views
- 964
Hmm, I don't think that really helps -- I'm basically doing that already:
var cm = new Ext.grid.ColumnModel([
{
id: 'display_name',
header: "Display Name",... -
4 Feb 2008 8:54 PM
- Replies
- 4
- Views
- 964
Hi,
I want to display a hyperlink in a grid column, but when a cell is double-clicked, I want to edit only the text of they hyperlink (and eventually this gets sent back to the server using AJAX).... -
31 Jan 2008 3:14 PM
Jump to post Thread: Ext.ux.LiveGrid by mattb
- Replies
- 823
- Views
- 295,055
I found a solution for this -- I had already created a buildQuery function in the GridFilters definition. Whenever that function is executed to change the filters, I change the URL for the data...
-
30 Jan 2008 2:55 PM
Jump to post Thread: Grid Filter (Plugin) by mattb
- Replies
- 917
- Views
- 569,720
Has anyone used Livegrid + the Grid Filter plugin? I'm trying this out and the grid and filters work as expected except when I apply a filter and then scroll the grid -- once the grid makes a request...
-
30 Jan 2008 2:49 PM
Jump to post Thread: Ext.ux.LiveGrid by mattb
- Replies
- 823
- Views
- 295,055
Has anyone used Livegrid + the Grid Filter plugin? I'm trying this out and the grid and filters work as expected except when I apply a filter and then scroll the grid -- once the grid makes a...
-
30 Jan 2008 12:58 AM
Jump to post Thread: Resizable GridPanel by mattb
- Replies
- 4
- Views
- 3,552
Well, I got this mostly working after some debugging:
var grid = new Ext.grid.GridPanel({
renderTo: 'grid-companies',
store: bufferedDataStore,
colModel: cm,
... -
29 Jan 2008 5:57 PM
Jump to post Thread: Resizable GridPanel by mattb
- Replies
- 4
- Views
- 3,552
Been banging my head against this for awhile -- trying to embed a resizable gridpanel in a page:
var grid = new Ext.grid.GridPanel({
renderTo: 'grid-companies',
store:...
Results 1 to 13 of 13
