Hi everyone,
hope everyone is well...
I have a problem refreshing my listview.
I have the following function which i call from my telerik popup.
The popup closes and I can confirm this function gets called by the alert("");
The problem I am having is that the $find() line returns null.
<script type="text/javascript">
function test() {
alert("");
$find("testlistview").ajaxRequest("Rebind"); // returns null
}
</script>
<div id="testlistview">
<asp:ListView ID="ListView1" runat="server">
...
</asp:ListView>
</div>
Can anyone please help me?
Many thanks,
hope everyone is well...
I have a problem refreshing my listview.
I have the following function which i call from my telerik popup.
The popup closes and I can confirm this function gets called by the alert("");
The problem I am having is that the $find() line returns null.
<script type="text/javascript">
function test() {
alert("");
$find("testlistview").ajaxRequest("Rebind"); // returns null
}
</script>
<div id="testlistview">
<asp:ListView ID="ListView1" runat="server">
...
</asp:ListView>
</div>
Can anyone please help me?
Many thanks,