This is a migrated thread and some comments may be shown as answers.

Kendo UI ScrollView not binding data with Instagram API

1 Answer 79 Views
Show your code
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Kaan CALISKAN
Top achievements
Rank 1
Kaan CALISKAN asked on 09 Jun 2014, 07:37 AM
here is my code. it is not binding data to scrollview. if i use listview images are displayed but not with scrollview. what's the problem?

<div data-role="view">
  <div data-role="scrollview"
    data-source="dataSource"
    data-template="scrollview-template"
    data-content-height="100%"
    data-enable-pager="false">
  </div>
</div>

<script id="scrollview-template" type="text/x-kendo-template">
  <div style="width: 110px; height: 110px; background-image: #: images.thumbnail.url #;"></div>
</script>

<script src="js/jquery.min.js"></script> 
<script src="js/kendo.mobile.min.js"></script> 

<script>

var dataSource = new kendo.data.DataSource({
        transport: {
read:"https://api.instagram.com/v1/media/popular?client_id=adbceedb73f0493fa8386cecb9328425"
        },
        schema: {
            data: "data"
        }
    });

var app = new kendo.mobile.Application();

</script>

1 Answer, 1 is accepted

Sort by
0
Zdravko
Telerik team
answered on 10 Jun 2014, 08:58 AM
Hello Kaan,

Thank you for your question. It is related to Kendo UI Scrollview, but our system shows that currently there is no active license assigned to you for that product. Please check our suggestions below:

1. If your company already owns a license for Kendo UI, please ask the license holder to add you as a licensed developer. This way you can use all the benefits of the licensed product, which includes guaranteed response time and dedicated support from Kendo UI’s staff.

2. If you don’t own a license, you can consider purchasing one. Here is a list of the support plans available for the product.  

3. If you are using Kendo UI Core (opens source), my advice is to use StackOverflow’s community

Regards,
Zdravko
Telerik
 

Share what you think about AppBuilder and Telerik Platform with us in our feedback portal, so we can become even better!

 
Tags
Show your code
Asked by
Kaan CALISKAN
Top achievements
Rank 1
Answers by
Zdravko
Telerik team
Share this question
or