Having an issue with a local repo on rebuild. I set up the solution on our server, pushed it to Azure DevOps, pulled it to local, did my npm install, rebuilt and I get a typescript error. My co-wor...
Hi, I would like to explain first what I am trying to do. I have a widget named Article Widget which has a setting to select the article from content tree. But then as a user I should be able to...
I have a repeater that I load Data into via the Kentico DocumentHelper API (K12 Portal Engine). I can load the data without any issues but can't seem to get the pager to work/appear. I added the De...
This might be more of a c# question than Kentico related.I'm getting a list of 2 different Event Types but would like them in one list and sort by EventDate which both share. var EventsFree = Ev...
We have Kentico CMS with MVC site.I recently upgraded Kentico 12 to 13 and started getting a @resource not found@ error on doing Page Preview in the admin app. I had not uninstalled the Kentico 12 ...
Learn how to deal with failed operations in Kentico Xperience applications using centralized exception handling.
This is my Application.config File public class ApplicationConfig { public static void RegisterFeatures(IApplicationBuilder builder) { // Enable required Kentico f...
I'm migrating from ASP.NET MVC to ASP.NET Core MVC.I had a BasePodsWidgetController that looked like this:public abstract class BasePodsWidgetController@TProperties, TConfiguration, TItem@ : Widget...
Hello everyone, I have a problem with accessing media library subfolders on mvc. What I would like to do is to have MediaLibrary-@ subfolder1 -@subsubfolder -@subsubsubfolder -@s...
I'm working on an sso between our CMS (Kentico 11, portal engine) and a new AMS that uses Auth0 for authentication. After no success with numerous different approaches to integrate custom external...