Hi Team,
I'm working on the widget and using the PathSelector for selecting the path in the kentico, from sometime I'm observe that the PathSelector taking so much time and some time its not loaded.
Could you please provide me details what is the issue with the PathSelector.
What version of Kentico are you using?
Does the path selection modal appear at all? Do you have a screenshot?
You're most likely passing in the relative path and it's taking all children by default. Check out the documentation on path expressions. Secondly, you can also set the NestingLevel of your query to take a given number of levels below the current level you're querying. By default, it's set to -1 which means all levels.
NestingLevel
-1
Please, sign in to be able to submit a new answer.