Completed
Last Updated: 04 Mar 2014 07:32 by ADMIN
ADMIN
Stoich
Created on: 02 Jan 2014 16:46
Type: Bug Report
2
Databinding is ignored for Kendo ListView control
Currently databinding is completely ignored when you're databinding to the Kendo ListView. 

Steps to reproduce:
1) Run this test: https://drive.google.com/file/d/0B-p_FKXYznm5T1RPb3h4aG1OaU0/edit?usp=sharing
2) Expected: the test clicks on different items each time
3) Actually: the test test clicks on the first item repeatedly (ignores the databinding)
1 comment
ADMIN
Daniel Djambov
Posted on: 04 Mar 2014 07:30
Telerik: Databinding property is obsolete for this Step and cannot be used like this - this is by design. We have removed this capability in latest builds. In order to properly use databinding and make sure each iteration different element is selected, you should rather databind the find expression of the element on which the Click operation is performed and change the local data values from "0" to "div:0" - this will make each iteration find the element with different index find expression and select different element. More information how to databind the find expression can be found here http://docs.telerik.com/teststudio/user-guide/elements-pane-overview/find-element.aspx