Hand cursor for unclickable objects inside a repeater

repeater-widget

#1

I have a repeater where there are several rows, but only the first row is clickable (based on a condition). However, Axure shows each row with a hand cursor - which makes the unclickable rows look clickable. This could cause major confusion in a usability test. Does anyone know how I can set the cursor style to only show the hand cursor for the row that is actually clickable?

Thanks!


#3

cover a “hot spot” over your rows

add a contition

if item.index==1 then hide the “hotspot”

clickable.rp (45.3 KB)