Search Type: Posts; User: vertigoMX
Search: Search took 0.02 seconds.
-
25 Jul 2008 9:33 AM
- Replies
- 466
- Views
- 242,412
Oops... my bad. You were right, bloody IE is breaking it. Thanx
-
25 Jul 2008 8:30 AM
- Replies
- 466
- Views
- 242,412
Mystix: zip file in post#9 is invalid/corrupt. Could you please fix it?
regards -
18 Mar 2008 10:41 AM
- Replies
- 466
- Views
- 242,412
Well the plugin works as expected, and its great, but before this, I had the groupSummary plugin, and I need both plugins together, but the configuration in the column model is the same, so I can't...
-
11 Mar 2008 2:25 PM
- Replies
- 466
- Views
- 242,412
Yes! thanks Mistix, Im gonna try your code in a few minutes and post results. And yes, I got some band-aids for my bloody columns... :D
-
11 Mar 2008 8:04 AM
- Replies
- 466
- Views
- 242,412
Same here... too many bloody columns
-
5 Mar 2008 12:15 PM
Jump to post Thread: Auto-Size Column Selector by vertigoMX
- Replies
- 1
- Views
- 746
Good news guys, a coworker of mine helped me figure this out.
Just modify the beforeColMenuShow function style behaviour (check the two lines of code at the end) This will add a Scroller to the... -
24 Feb 2008 12:26 PM
- Replies
- 10
- Views
- 2,479
Hi Paulo,
I have the exact same problem. It becomes annoying when having huge amounts of data, and you have to wait for the store to reload the first time you click on the column header.
... -
22 Feb 2008 12:17 PM
Jump to post Thread: Auto-Size Column Selector by vertigoMX
- Replies
- 1
- Views
- 746
Hey guys,
I was about to go into the code and try to come up with a solution for this problem:
In one of my grids, I have like 80 columns, and when the user wants to show/hide columns,
he... -
6 Feb 2008 3:45 PM
Jump to post Thread: Lots of columns in Grid Issue by vertigoMX
- Replies
- 0
- Views
- 572
Hi guys,
well, this is an issue I'm having when I have lots of columns in the grid, for example, 50+ columns. So, when the user wants to add/remove columns, he gets a long list of columns... -
2 Feb 2008 12:38 PM
- Replies
- 2
- Views
- 1,058
you are right,,, my bad. :)
-
1 Feb 2008 7:57 PM
- Replies
- 2
- Views
- 1,058
Hi guys,
searching the forums i found that the toolTip feature in the grid is not working.
If i define in the column model something like:
{header: "Width",sortable: true,dataIndex:... -
1 Feb 2008 5:36 PM
Jump to post Thread: Grid header tooltip fix by vertigoMX
- Replies
- 10
- Views
- 5,970
Sorry Vivid Planet, but I tried with version 2.0.1 and still the "ToolTip" property in the column Model doesnt work. Any ideas on how to make this simple?
regards -
1 Feb 2008 4:26 PM
Jump to post Thread: Column header Renaming-Editing by vertigoMX
- Replies
- 5
- Views
- 1,369
I found a Workaround for this, check it out:
If you go to ext-all-debug.js file, on line 29,939 you will find the header column menu configuration, so I added the "Rename Column" option, so I... -
28 Jan 2008 5:39 PM
Jump to post Thread: Column header Renaming-Editing by vertigoMX
- Replies
- 5
- Views
- 1,369
Ok guys,
I have another idea to acomplish this. Maybe if I just add an option to the headers drop down menu, and include like a textbox or a link to capture a value from a messagebox, so I can... -
28 Jan 2008 10:02 AM
Jump to post Thread: Column header Renaming-Editing by vertigoMX
- Replies
- 5
- Views
- 1,369
I've been looking in the forums for Column Header Renaming-Editing... The EditorGridPanel only lets me edit rows, but i'm only interested in changing column headers. Any ideas on how to do this?
... -
22 Jan 2008 11:10 PM
- Replies
- 6
- Views
- 3,264
Where is the SVN version? cause I need to fix this Or what code can I add?
thanx :) -
22 Jan 2008 3:25 PM
- Replies
- 3
- Views
- 1,642
Thank you. It works.
-
22 Jan 2008 2:04 PM
- Replies
- 3
- Views
- 1,642
Hi,
im wondering how can I access ExtJS objects from outside the Ext.onReady(function(){...} codeblock. I have a javascript function that needs to access a grid property and im getting the... -
22 Jan 2008 12:51 PM
Jump to post Thread: Grid Filter (Plugin) by vertigoMX
- Replies
- 917
- Views
- 569,788
Analizing the classes for the actual filtering, I came up with something like this:
function addQuickFilter(filterType, dataIndex, value)
{
if(value ==... -
22 Jan 2008 11:37 AM
Jump to post Thread: Grid Filter (Plugin) by vertigoMX
- Replies
- 917
- Views
- 569,788
Great Code! but I also have another customized filters outside the grid, and in order to make my life easier, I would like to add filters dinamically from javascript outside the ExtJs code zone......
-
8 Jan 2008 11:56 PM
- Replies
- 302
- Views
- 157,518
Great JOB! works like a charm. But I was wondering how can I combine it with the grouping feature... For example, for the data store im using:
var store = new Ext.data.GroupingStore(...)
For... -
8 Jan 2008 9:25 PM
Jump to post Thread: Grid in iFrame ... nested? by vertigoMX
- Replies
- 5
- Views
- 1,113
:-?
Well, its kinda of funny because when I first started testing the grid, I had a static set of data like you, and hyperlinks worked like a charm. But now, im using a asp.net json proxy to fill it... -
8 Jan 2008 1:07 PM
Jump to post Thread: Grid in iFrame ... nested? by vertigoMX
- Replies
- 5
- Views
- 1,113
I found an interesting thread, that maybe is related:
http://extjs.com/forum/showthread.php?t=22174&highlight=grouping
It says that <a href="">v</a> should not be inside the records to show up... -
8 Jan 2008 12:02 PM
Jump to post Thread: Grid in iFrame ... nested? by vertigoMX
- Replies
- 5
- Views
- 1,113
hi guys,
this is a bit interesting... here's what I got:
Parent Asp.Net Page
<html>
.....
<iFrame id="reportsFrame" name="reportsName" src="report.aspx"/>
....
... -
7 Jan 2008 1:18 PM
- Replies
- 2
- Views
- 799
Nevermind Guys,
I figured it out very quickly...
if ...
store.load({params:{start:50, limit:25}});
You will get in your ASp.Net Page something like:
Request["start"] = 50
Results 1 to 25 of 31
