-
29 Aug 2009 2:10 AM #21Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- The Netherlands
- Posts
- 24,251
- Vote Rating
- 41
-
29 Aug 2009 5:42 PM #22
-
6 Sep 2009 9:52 AM #23
Thanks froamer!
Here is an assembled copy of gridfilters from the Demo page above for anyone else looking for this extension for ExtJS 3.0.0. Extract to ExtJS examples folder.
I did a few cosmetic changes:
Code:> Replaced the default menu images:
> Added a header icon (instead of the green background) for filtered columns:

-
7 Sep 2009 10:58 AM #24
-
7 Sep 2009 11:07 PM #25Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- The Netherlands
- Posts
- 24,251
- Vote Rating
- 41
The file is not corrupt. Internet Explorer just has problem downloading stuff from this forum.
Try a different browser.
-
8 Sep 2009 5:34 AM #26
-
8 Sep 2009 5:37 AM #27
here did not show the images in the link exampleAdded a header icon (instead of the green background) for filtered columns:
-
28 Sep 2009 10:25 AM #28
Is there a way that I can use coding to set filter value and active before rendering?
Is there a way that I can use coding to set filter value and active before rendering?
hi,mjlecomte:
I have checked out the gridfilter from svn. Everything is fine. But I have a question that how I can use coding to set some filter value and make filter activer before grid loading data. This feature used to work in the 2.x version. Just simply set value and active in the config object for a perticular filter. How can I achieve that throgh 3.0 verison?
thanks
-
28 Sep 2009 11:03 AM #29
more explanation
more explanation
acctually, once you set one filter's value and make it active before loading data.
{
type: 'list',
dataIndex: 'severity',
options: ["condition","critical","major","minor","indeterminate","info","warning"],
phpMode: true,
value: 'major',
active: true
}
the filter value displayed right in the filter menu. However, the check box is not clicked. So it means the filter is not active. How can I set the filter to be active?
-
2 Oct 2009 3:01 AM #30
Filter date time choke on null date (on local mode)
Filter date time choke on null date (on local mode)
GridFilter plugin doesnt work (in local mode) if a date time column contains null values. I've posted a bug on Bugs 3.0 forum with code to reproduce the behavior and a possible fix.
ciaoSergio - Ext addict
-----------------------------
may the force be with you


Reply With Quote