I am just wondering if there is a way to automatically open and go to a part of the tree when a user clicks on the Pages App. I was just thinking it would be convenient for the end user to always ...
I want to use documents which are published. I am aware of TreeNode.IsPublished Kentico12 Property. I am trying to find IsPublished column in below db tables but I can't find any[CMS_Document] [CMS...
Hi there, I cannot move nodes under others in the tree. I can order nodes by dragging and dropping them in the SAME LEVEL only. I've tried both the drag and drop method, and right-clicking and sele...
Hello,Recently we had to split off some of our sites so I recently exported a full site and imported it into a new, fresh Kentico 10 install.I imported this site and am getting a very strange issue...
There are two different websites with drop-down menus, but only one is having the appropriate "branch-out" affect. Picture 1 is the one not branching and picture 2 is doing what I want:No BranchBr...
We deployed a k10 site to a integration environment and are facing the problem, that on the target environment nodes in tree views in all cms sections are not expanding. The console shows a 400 err...
Hi there,i have a strange bug on when i change the language on Kentico tree, i'm using Kentico v9.0.49. the bug scenario is as flow: 1. after doing some changes on the page content in French, i cl...
In Kentico 9, need guidance to achieve following scenario:I have a custom page type like "Appointments" in which I have a custom fields with name "AppointmentDate". I have created a folder into con...
Hi,This works ... but it's not complete: var documents = tree.SelectNodes().Types(@CMS.MenuItem@, @cpabc.landing@).Path(Path, PathTypeEnum.Children).NestingLevel(1).OnSite(@CpaBc@).Published(true);...