I have followed the documentation of Kentico 12 MVC to use a page builder in my project, but when I go to use in the page tab the preview of my view, the Kentico give me an error. Server Error in '...
When creating a new site, the only template for MVC development is an empty one. With the Portal Engine being discontinued in future versions why can't I find a basic MVC based template that is set...
A specific field in the TreeNodes we are using needs to be unique among its siblings. To ensure that it is unique, I'm trying to change the values of a field in a TreeNode when the user changes and...
Does anyone know what the "ComponentDefinitionProvider" in K12 is and where I can disable this feature? I do not use it and I get warnings in the event log. I would like to disable it to stop this.
I'm using Kentico 9 with MVC. When I add a image to the media library it is not copied to the MVC application. I am using the default media library location which resolves to ~/site/media but the ...
We need to get a search box autocomplete working based on Kentico search indexes, but half the site is in the CMS app pages, and half is in MVC. So the autocomplete webpart works on the CMS app pag...
I've created a website with an entry form for their pets( Pet Name, Age, Pet Type ) and then on the admin side I want to display the list of entries. My problem is when I'm importing the generated ...
I want to get thumbnail from file in Kentico 8.2, so I use method as below:private void ThumbnailTest() { var siteInfo = SiteInfoProvider.GetSiteInfo(ConfigUtils.Tribes.SiteId); MediaLibrar...
We will be developing a new web site for a client who already has a Kentico 8.2 license. I am trying to make a case for developing the site using Kentico 9. Some key features I have found so far ...
We were working on it in Kentico 8, but upgraded to 9 because we thought it would make the MVC part easier, such as bringing in a lot of our existing MVC code, and writing the more code heavy pages...