Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > Custom Filter Path View modes: 
User avatar
Member
Member
vcarter - 5/17/2013 1:39:13 PM
   
Custom Filter Path
Are there any limitations in regards to the free development version of Kentico and custom filters?

I do not currently have access to the file structure of my clients website as it is hosted elsewhere. We have the free development version of Kentico in house which is where I am doing some preliminary setup/development while I wait for access.

I am attempting to create various filters for News/Press Releases. In all instances, when I create a custom control, following the instructions provided here and in Karol's blog I cannot get my custom control to display. Everything else seems to be in place per the examples but the filter itself does not seem to be working.

No filter(dropdown), no data, and most importantly, no errors. I would really like to work on more complex filtering but that is kind of difficult when I can't even get the basic example to work.

This is the article I have referenced:

http://devnet.kentico.com/Knowledge-Base/Web-parts-Controls/Custom-filter-for-data-source-web-parts.aspx

And this is the path I am using.

~/CMSWebParts/Filters/CategoryFilter.ascx

Any suggestions?

User avatar
Member
Member
vcarter - 5/17/2013 2:30:42 PM
   
RE:Custom Filter Path
I am almost 100% sure this is a path issue caused by working locally and copying to the solution on another server.

User avatar
Member
Member
kentico_sandroj - 5/17/2013 9:57:55 PM
   
RE:Custom Filter Path
Hi,

There shouldn't be any limitation for using a custom filter but you do need access to the server in order to place the aspx files in the appropriate location. How are you copying the files over? Can you show us the full link to the aspx files?

Thanks,
Sandro

User avatar
Member
Member
vcarter - 5/20/2013 9:30:32 AM
   
RE:Custom Filter Path
It was definitely a disconnect with my control paths. Once I created a local environment that matched the staging site everything seemed to work as expected. Thanks.