PathSelector take too much sometime in widget

pankaj saxean asked on July 25, 2022 06:39

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.

Recent Answers


Liam Goldfinch answered on July 25, 2022 15:50

What version of Kentico are you using?

Does the path selection modal appear at all? Do you have a screenshot?

0 votesVote for this answer Mark as a Correct answer

Brenden Kehren answered on July 25, 2022 20:26

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.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.