Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
my path View is showing all elements in the Model. Is there a way that i can restrict the count of visible items irrespective of model count
@DonCoder Check out cacheItemCount and pathItemCount properties of PathView. Hope this helps you.
@DonCoder : Solution is pathItemCount
This property holds the number of items visible on the path at any one time.
Setting pathItemCount to undefined will show all items on the path.