Carousel

Team
Is it possible to programatically activate a cell e.g. setActiveId in this product??
Thanks

Hi

try the following:
myCarousel.cells(id).setActive();

Andrei
This works however for the first image in the array the value is 3, second is 6 etc.
On loading (adding) the id assigned viz. q+1 would be 1 for the first cell would be 1. Why the difference?
Thanks
Tony

Well, this is cell ID, it taken form common dhtmlx ID-pull. this is not index. but you can specify your id: myCarousel.addCell(“my_id”)