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

Using mobile listviews in ASP.Net MVC

1 Answer 52 Views
ListView (Mobile)
This is a migrated thread and some comments may be shown as answers.
Ryan
Top achievements
Rank 1
Ryan asked on 10 Dec 2012, 10:36 PM
When I attempt to click the following list view item:
<ul data-role="listview" data-style="inset" data-type="group">
        <li>
            <ul>
                <li data-icon="toprated" ><a data-url="/url">item 1</a></li>
            </ul>
        </li>
</ul>
I receive the following error:

Uncaught TypeError: Cannot call method 'getAttribute' of undefined

1 Answer, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 12 Dec 2012, 09:49 AM
Hi,

I am not sure how the provided snippet is supposed to work. Are you looking into loading a remote view, or you want to navigate to an external link?

All the best,
Petyo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
ListView (Mobile)
Asked by
Ryan
Top achievements
Rank 1
Answers by
Petyo
Telerik team
Share this question
or