Search Type: Posts; User: JIMECKELS
Search: Search took 0.03 seconds.
-
8 May 2013 11:56 AM
Jump to post Thread: Multi-sort plugin by JIMECKELS
- Replies
- 3
- Views
- 297
on a grid, add
requires: [
'Ext.ux.grid.MultiSort'
],
plugins: [
{ ptype: 'multisort' }
], -
25 Apr 2013 12:22 PM
Jump to post Thread: Multi-sort plugin by JIMECKELS
- Replies
- 3
- Views
- 297
This is my first plugin, and rather simple, but figured I would share it for feedback, and perhaps others might find it helpful.
The goal of this plugin was to allow a grid to have multi-sorting... -
18 Apr 2013 7:42 AM
Jump to post Thread: Ext.ux.grid.mzPivotGrid by JIMECKELS
- Replies
- 26
- Views
- 6,709
This is a great extension.
I would like to point out that the folks that are supporting this have been very responsive to questions, and integrating feedback. They have already included things... -
26 Mar 2012 7:50 AM
- Replies
- 3
- Views
- 572
I ran into a similar requirement.
My model has about 35 fields. These fields ultimately are to be displayed in the grid (every single one of them, even the ID's).
You can certainly create a... -
26 Mar 2012 7:39 AM
- Replies
- 3
- Views
- 470
To refresh a view it is ..
resultList.getView().refresh() if I recall.
or perhaps just resultList.refresh();
Not sure if that is your issue however. -
26 Mar 2012 7:36 AM
Jump to post Thread: Store filtering, post params by JIMECKELS
- Replies
- 1
- Views
- 268
I have a store that is based on model; standard stuff.
I am applying a filter to this store via
store.filter({property: 'ID', value: '10'});
This creates a post parameters of -
7 Mar 2012 9:37 AM
Jump to post Thread: Grid Header Filters by JIMECKELS
- Replies
- 64
- Views
- 28,198
Filtering on date fields do not respect the dateFormat of the filter definition.
filter: { xtype: 'datefield', dateFormat: 'Y-m-d H:i:s' }
I've made a change locally on my system so that... -
5 Feb 2012 6:58 AM
- Replies
- 2
- Views
- 327
*bump*
Looking for guidance as to how to handle this generically ... -
3 Feb 2012 12:04 PM
- Replies
- 2
- Views
- 327
drats, i put this in the wrong forum :-(
-
3 Feb 2012 11:51 AM
- Replies
- 2
- Views
- 327
I've recently have run into an issue converting a legacy app's front-end and was looking for advice as to best practice or suggestions on how to solve it.
The issue is that I have a table, which... -
31 Oct 2011 6:21 AM
- Replies
- 1
- Views
- 460
I am having a problem with a model/store CRUD when the model is based off of a compound primary key.
I did find a reference to this problem in previous versions of ExtJS... -
25 Jun 2011 5:02 PM
- Replies
- 12
- Views
- 1,897
From what I understand, when a column is based on some type of lookup (like a combo), it is simply a column of a given type (ie gridcolumn, numbercolumn, or whatever), and the field: {} is given, and...
-
24 Jun 2011 1:04 PM
- Replies
- 7
- Views
- 5,229
So, after some help and direction from others, this is the override that fixes the issue for me. Note that since I do not writeAllFields, I didn't bother changing that area.
/*
*
* This... -
24 Jun 2011 7:59 AM
- Replies
- 7
- Views
- 5,229
Thanks for the reply.
Apparently this is something others have fought with. I am trying to avoid hacking my json responses and posts, and finding a more "elegant" solution. I came across this... -
24 Jun 2011 6:21 AM
- Replies
- 7
- Views
- 5,229
*bump*
-
23 Jun 2011 12:07 PM
- Replies
- 7
- Views
- 5,229
I am new to ExtJS. I am trying to get a CRUD grid going, and using a date field in one of my tests.
I have a model with this date field (and dateFormat) set.
I have a store that references this... -
21 Jun 2011 5:54 PM
Jump to post Thread: Grid Plug-in by JIMECKELS
- Replies
- 1
- Views
- 360
First time post here, and not sure if this is the right forum to ask this question.
I am in the process of evaluating ExtJS for our project, and seem to be finding most everything I am looking...
Results 1 to 17 of 17
