Welcome Guest Search | Active Topics | Sign In | Register

grid Options
Jim Nelson
Posted: Monday, May 2, 2011 9:41:56 PM
Rank: Member
Groups: Member

Joined: 9/1/2010
Posts: 28
Is there a way to trigger a postback when a selection is made on the grid?

thx
eo_support
Posted: Tuesday, May 3, 2011 8:39:18 AM
Rank: Administration
Groups: Administration

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

Not directly. However you can handle the Grid's ClientSideOnItemSelected and then trigger a post back from there. Make sure you use setTimeout to delay your post back with a timer. That will allow your ClientSideOnItemSelected event handler to return first before actually triggering the post back.

Please try to give your post a more specific title in the future.

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.