Dataview Carousel entities

1
Hi, Did anyone successfully use the dataview carousel widget? According to the documentation, two entities are needed: Carousel and CarouselImage with a 1:N relation. However, when I place my dataview carousel in a dataview/template grid of Carousel entity and try select the image entity, it does not let me choose the CarouselImage entity. A similar problem has been posed here but not yet answered: https://community.mendix.com/questions/4898/How-to-use-dataview-carousel-widget Any help appreciated. Thanks!
asked
1 answers
1

Hi Murat,

I did some quick changes in the widget. Changed the Carousel version to behave like a context or dataview carousel. It uses the [%CurrentObject%] token in the xpath constraint. You can find it here. Tested in Mendix 5.1.1.

answered