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
|
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!
|