Welcome Guest Search | Active Topics | Sign In | Register

TreeView - checkbox - check when clicked Options
quirtep
Posted: Saturday, November 10, 2007 6:33:21 AM
Rank: Advanced Member
Groups: Member

Joined: 9/6/2007
Posts: 133
Is there a way I can make it so that when a node is clicked, its checkbox gets selected with no postback?

Thanks.
eo_support
Posted: Saturday, November 10, 2007 6:38:36 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
quirtep
Posted: Saturday, November 10, 2007 6:44:45 AM
Rank: Advanced Member
Groups: Member

Joined: 9/6/2007
Posts: 133
I'm slightly confused because the sample you pointed me to does not seem to do what I asked about. However, this does it:

ClientSideOnItemClick="SetChecked"

function SetChecked(e, info)
{
info.getItem().setChecked(true);
}


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.