I have data retrieved via ajax. I am trying to select element of DataRepeater using Spotlight without any luck.
create: function () {
this.inherited(arguments);
var self = this;
setTimeout(function () {
Spotlight.setPointerMode(false);
Spotlight.spot(self.$.repeater.control);
}, 2000);
}
Here an example :
http://jsfiddle.net/8uvJE/86/
How to select element of collection in Datarepeater (for remote control device)?