Welcome Guest Search | Active Topics | Sign In | Register

Grid selected Options
Paulo Mondragon
Posted: Tuesday, February 24, 2009 11:36:47 AM
Rank: Advanced Member
Groups: Member

Joined: 6/4/2008
Posts: 38
Hello,

Is there an event where you get the "click" on an intem on the grid ?. I have seen the examples with Java Script, but I want to know if I can do it with VB, an event like instead ItemDeleted something like ItemSelected. This, to get the ID of the selected column.

Thanks lot
eo_support
Posted: Wednesday, February 25, 2009 8:48:42 AM
Rank: Administration
Groups: Administration

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

You will need to handle the Grid's ItemCommand event:

http://doc.essentialobjects.com/library/1/eo.web.grid.itemcommand.aspx

Make sure the Grid is in Server running mode if you do not want to deal with any JavaScript. If the Grid is in Client mode, you will need to call the following JavaScript method to trigger this event:

http://doc.essentialobjects.com/library/1/jsdoc.public.grid.raiseitemcommandevent.aspx

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.