Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > How to use Filter Web Part View modes: 
User avatar
Member
Member
jpearce-missouricitytx - 3/4/2009 2:18:22 PM
   
How to use Filter Web Part
I cant figure out how to use the filter web part as I have not found any helpful documentation on it. The one area in particular that I cant figure out is the "filter control path". It states that I am supposed to enter in the physical path to .ascx file in the file system with my custom filter. Can anyone tell me how or what I need to do to add a filter?

I am wanting to have a drop down box where users can select a particular value to filter documents.


Thanks in advance!
Jason

User avatar
Member
Member
jpearce-missouricitytx - 3/6/2009 9:09:32 AM
   
RE:How to use Filter Web Part
Does anybody know how to use the Filter Web Part? Is there a tutorial or anything helpful on this out there? Any help would greatly be appreciated.

User avatar
Kentico Developer
Kentico Developer
kentico_ondrejv - 3/9/2009 7:20:41 AM
   
RE:How to use Filter Web Part
Hello,

Please see nice example how to use Product Filter: http://devnet.kentico.com/docs/devguide/using_datasource_web_parts.htm

Best regards,
Ondrej Vasil

User avatar
Kentico Developer
Kentico Developer
kentico_martind - 3/10/2009 10:40:53 AM
   
RE:How to use Filter Web Part
Hello,

You will need to develop custom filter control and then use Filter Web Part to display the control on page in Portal Engine. You can inspire by sample ProductFilter.ascx control that you can find in ~\CMSModules\Ecommerce\Controls\Filters sub-folder of your project folder. You will also need to specify path of your control into "filter control path" property.

Best Regards,

Martin Dobsicek

User avatar
Member
Member
Darren-DesignReligion.co - 2/2/2010 10:26:30 AM
   
RE:How to use Filter Web Part
hi,

did you ever get your filter to work?

I am trying to implement one at the moment and having no joy, even after reading the link and butchering existing controls...

Darren