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

OnItemDblClick

This event is fired when a data item is double-clicked in RadTreeList.

Fired byRadTreeList
Argumentsget_item() - the double-clicked TreeListDataItem object
Can be canceledNo

Example

JavaScript
function ItemDblClick(sender, eventArgs) {
    alert('Clicked item with client key value: ' + eventArgs.get_item().get_dataKeyValue('LastName'));
}

See Also

In this article
ExampleSee Also
Not finding the help you need?
Contact Support