New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

cancelUpdate

Updated on Aug 24, 2026

Method which cancels the update for the RadListView item corresponding to the index passed as an argument.

function cancelUpdate(index)
indexIntegerThe edited item corresponding to the index update will be canceled.
ASP.NET
<telerik:RadCodeBlock ID="RadCodeBlock1" runat="server">
    <script type="text/javascript">
        function CancelUpdateForFirstItem() {
            var listView = $find("<%= RadListView1.ClientID %>");
            listView.cancelUpdate(0);
        } 
    </script>
</telerik:RadCodeBlock>
Not finding the help you need?
Contact Support