开发者

Hide Telerik tree view on Body Click

I am using telerik tree view control

@(Html.Telerik().TreeView()

.Name("treeview")
)

and i am binding some tree nodes to this tree view. can u tell me how can i hide the tree view on body click.

Awaiting for your r开发者_JAVA百科eply... Thanks in advance !


Hmm, something like this?

$("body").click(function(e) {
    $("treeview").hide();
});
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜