Any one know if there is an option to print a page in Kentico to PDF? I'm looking for a rather simple solution I can use to pass a simple URL or some HTML to and send it to a PDF I'd save on disk.
Working on 8.2 instance in portal mode and looking to do some redirects within Kentico without having to use IIS for legacy pages. The old site is a PHP site and I can enter a standard URL alias w...
I'd like to create a checkbox list of categories for filtering a smart search result. The category list must only be a list of the categories found in the documents returned in the search. In my ...
Does anyone know if this article is still pertinent in v8.x? I've been able to implement it in v7 without issue but it doesn't seem to be working in v8.x at all.
I need to htmlencode some report data displayed in table format using the Reporting Application. Aside from modifying the base controls used for the report, how else can I do this?
How can I enable the screen lock feature from the Admin interface for my end users while they are logged in? FYI,these users have no access to the Admin interface, I need to enable this on the sec...
I've got a custom document type and inside the transformation there is a repeater that gets the @related@ documents for that document being rendered in the transformation. Problem I'm having is th...
I'm trying to implement sorting on a Binding class. How do I go about getting the item ID of the item being reordered? Seems like the out of the box code does not have the ID as the first field s...
Clean installed v8 as a web application with source code. Built custom modules and trying to reuse existing UI templates in module interface. Can't see any. Have read the extract from the documenta...
I'm using the new DataQuery methods to get my documents and it errors out when I try to bind the results to a grid. Here is my somewhat simple query: DataClassInfo dci = DataClassInfoProvider.G...