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

deselectItem

Method which deselects the RadListView item corresponding to the index passed as an argument.

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