Welcome Guest Search | Active Topics | Sign In | Register

Grid item double click Options
Saji
Posted: Thursday, July 3, 2008 12:34:33 AM
Rank: Advanced Member
Groups: Member

Joined: 1/3/2008
Posts: 32
I want to open a new window when the user double click on a particular item of the grid. is it possible? rightnow the ClientSideOnItemSelected() is working on a single click, i need it on double click.

Saji
eo_support
Posted: Thursday, July 3, 2008 8:10:52 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,096
Hi,

I believe you can directly handle double click on an outer DHTML element:

Code: HTML/ASPX
<div ondblclick="your_handler">
   <eo:Grid .....>
   .....
   </eo:Grid>
</div>


Thanks


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.