I am trying to set a data source as SQL in a widget for multiple choice. Is a way to know that the data returned any results. I am trying to check the field's value length but it returns 0 even wh...
I am using an pages data source to grab blog posts from the blog directory. I want to be able to filter by a custom field I added to each blog post, which is called EventDate. I created this in the...
I am trying to query blog posts on my website using a data source web part.Using a SQL where clause in my data source I am doing the following to grab by category from the query string:('{%ToInt(Qu...
In this short technical article, I will show you some code that you can use to print out the content tree in its hierarchical order using our API. This code is only an example and has not been fully tested by Kentico. Please adjust the code as needed and only use it after testing in a secure environment.
I have custom web part, there is ucSitemap control (inherites GoogleSitemap). In SetupControl i assign properties to ucSiteMap and then call ucSiteMap.ReloadData(true) ... ucSiteMap.SiteName =...
Okay, here's the setup: I am building a form to retrieve a list of pdf documents from a location based on the Campus and Program selected. I have a form with two dropdown fields: Campus and Program...
I’m working on a custom module and I’m having a strange issue I’m probably overlookingI have a CMSQueryDataSource that is creating a datasource from a custom query that pulls information from a cus...
hello guys, I have the same data source for 2 basic repeaters, and in the first repeater I have an owl-carousel (slider) with items of the data source, showing only the title and date of the items,...
Can I check if a data source ( or repeater using this data source ) is empty and use this as a condition macro in the visible property?It can be done with editable text web part by checking if cmsc...
Hello thereI have built a Custom data source for a side navigation bar (which is outputted via a Hierarchical viewer). It returns the current pages parent, siblings and children (one level). Here's...