The above code shows "listData null". I need to access .data() and thought the purpose of the dataBound() event was to indicate when I could do so. What event should I use if not this one?
Thanks,
David
EDIT: I'm sorry, it was my mistake. I should have typed "listView" instead of "listview". After this change, I can access .data() from the dataBound() event handler.