Search Type: Posts; User: ajaxE
Search: Search took 0.02 seconds.
-
1 Jun 2009 2:50 PM
- Replies
- 1
- Views
- 639
When I mouse over a grid, each row gets highlighted. How can I remove that? I saw different behavior in IE and FF, in IE when I mouse over a grid header, headers are all gone. It's fine in FF. I...
-
9 Sep 2008 3:56 PM
- Replies
- 2
- Views
- 694
Thanks for your quick reply. I didn't use any extjs layout. I have a combo box, when selection changes, it dynamically generate a grid, then when I select a grid row, it dynamically generates another...
-
9 Sep 2008 1:09 PM
- Replies
- 2
- Views
- 694
Hi,
I have dynamically loaded two grids. on IE6, when I mouse over grid header, the header became empty. That is, only background is left there and grid header text were all gone.
I have to... -
26 Jul 2008 6:50 PM
- Replies
- 1
- Views
- 692
Hi,
I want to do similar thing as FORM to post a list of values into same field. e.g.
{x:1,x:2,x:3,x:4,y:10,y:11,y:12,y:13}
How do I achieve that in the Extjs Form by params?
Thanks! -
19 Jul 2008 8:07 PM
- Replies
- 17
- Views
- 17,531
Animal's Ext.ux.GridRowChecker plugin is great.
How can I move the checkbox as the last column of my grid?
Thanks! -
19 Jul 2008 7:15 PM
Jump to post Thread: Grid Filter (Plugin) by ajaxE
- Replies
- 917
- Views
- 566,793
It seems this filter grid doesn't work for checkBoxSelectionModel.
e.g.
var sm = new Ext.grid.CheckboxSelectionModel();
var grid = new Ext.grid.EditorGridPanel({
sm: sm,
... -
18 Jul 2008 8:00 PM
Jump to post Thread: GridPanel directly to Excel. by ajaxE
- Replies
- 286
- Views
- 250,831
Thanks for your quick reply!:-)
I wish it works in IE6 so we can use it :-(. -
18 Jul 2008 6:56 PM
Jump to post Thread: GridPanel directly to Excel. by ajaxE
- Replies
- 286
- Views
- 250,831
This seems not working on IE6? When I clicked the "excel" link, nothing was shown up.
Anything am I missing?
Thanks! -
1 May 2008 6:14 PM
- Replies
- 72
- Views
- 26,867
The new zip file cannot be opened after save. Would you please give a new download?
It's a great stuff. Cannot wait to try...
Thanks -
30 Apr 2008 2:09 PM
- Replies
- 72
- Views
- 26,867
I found that once the button is enabled or disabled. The state cannot be changed. That is, initially disabled button, cannot be enabled.
Please help! Do I miss anything?
Thanks. -
23 Apr 2008 7:05 PM
Jump to post Thread: Tree nodes with no icon by ajaxE
- Replies
- 4
- Views
- 1,305
You must have defined the default blank image. That causes the tree having no icon. Removing that. It should be fine.
-
21 Apr 2008 11:06 PM
- Replies
- 0
- Views
- 590
In the EditorGrid, I have a select combo, when the value changes, it makes Ajax request to the server. I would like to show the loading mask with the Ajax call, It didn't work.
Ext.Ajax.request( ... -
20 Apr 2008 3:50 PM
- Replies
- 0
- Views
- 1,036
I couldn't make the form button align with the TextField on the same line. The code used is as below. Thanks for your help!
var tab2 = new Ext.FormPanel({
labelAlign: 'top',
... -
7 Mar 2008 7:44 PM
Jump to post Thread: form anchor and window problem by ajaxE
- Replies
- 1
- Views
- 711
I have a form. The form is loaded in a window when a button is clicked. The porblem is the textarea is align at the right of window with half shown at the time window is shown. Only when I click the...
-
29 Feb 2008 12:48 PM
Jump to post Thread: Grid Filter (Plugin) by ajaxE
- Replies
- 917
- Views
- 566,793
The error has nothing to do with extension. I included the wrong JS file in the path! Dummmmm
Thanks for your help! -
28 Feb 2008 8:04 PM
Jump to post Thread: Grid Filter (Plugin) by ajaxE
- Replies
- 917
- Views
- 566,793
I copied the code you gave and now I am getting this error:
Ext.ux.data has no properties
[Break on this error]
Another extension which I don't have? Do you have it?
Thanks!! -
28 Feb 2008 7:25 PM
Jump to post Thread: Grid Filter (Plugin) by ajaxE
- Replies
- 917
- Views
- 566,793
Thank you very much! I tried to set remoteSort: true. It worked somehow when I sort on column first. But not quite there yet I guess I need to set page to the first page after filtering.
I would... -
28 Feb 2008 3:05 PM
Jump to post Thread: Ext.ux.data.PagingMemoryProxy by ajaxE
- Replies
- 45
- Views
- 20,032
Is this working for GroupingStore in Ext2.0? It seems not working for me.
Thanks! -
28 Feb 2008 2:58 PM
Jump to post Thread: Grid Filter (Plugin) by ajaxE
- Replies
- 917
- Views
- 566,793
I did that, but it still filter and group on one page only. The following is my code. Did i miss anything?
[PHP]var ds = new Ext.data.GroupingStore({
proxy: new... -
26 Feb 2008 9:57 AM
- Replies
- 590
- Views
- 203,976
Thanks hendricd for your quick response. It didn't work for me. I removed maskEl:'bwrap' from the default setting but left width and hight.
My problem is that I have a grid panel at the top and... -
25 Feb 2008 2:56 PM
- Replies
- 590
- Views
- 203,976
This managedIframe is great! I am using it everywhere need to load external style. The on;y problem I have is that the loading mask doesn't started immediately in IE6. But it's fine in FF.
Any... -
24 Feb 2008 4:50 PM
Jump to post Thread: Grid Filter (Plugin) by ajaxE
- Replies
- 917
- Views
- 566,793
I know how to do it in JS array format. It's quite easy. Data came from DB is already in that format. Thanks for your help.
-
24 Feb 2008 2:21 PM
Jump to post Thread: Grid Filter (Plugin) by ajaxE
- Replies
- 917
- Views
- 566,793
Thanks hendricd for giving me pointer. I will definitely try it out. The data I got from server is in the JSON format,since I need to use this PagingMemoryProxy, I will have to covert data into JS...
-
23 Feb 2008 1:28 PM
Jump to post Thread: Grid Filter (Plugin) by ajaxE
- Replies
- 917
- Views
- 566,793
Thanks for teaching me fishing...:-) Everything is alright now. I like the local fiter or grouping. Only that I found it works on the page scope not the data already in the memory.
Is there a way... -
21 Feb 2008 10:11 PM
Jump to post Thread: Grid Filter (Plugin) by ajaxE
- Replies
- 917
- Views
- 566,793
I still have no idea in how to get the filter name and value to pass to the server side. Please help.
For example, I did
buildQuery: function(filters){
var p = {};...
Results 1 to 25 of 98
