Hello,
I have an issue with Client binding and Vertical scrolling
When I am using regular binding with <asp:SqlDataSource ID="SqlDataSource1" it works fine ( please see image 1) I have special column for scrolling . Once I am using Client binding like :
tableView.set_dataSource(result);
tableView.dataBind();
I am getting no special column for vertical scroll and than I have many rows and scroll appears it moves all information left (see image number 2)
Please advise !!!
I have an issue with Client binding and Vertical scrolling
When I am using regular binding with <asp:SqlDataSource ID="SqlDataSource1" it works fine ( please see image 1) I have special column for scrolling . Once I am using Client binding like :
tableView.set_dataSource(result);
tableView.dataBind();
I am getting no special column for vertical scroll and than I have many rows and scroll appears it moves all information left (see image number 2)
Please advise !!!