Welcome Guest Search | Active Topics | Sign In | Register

grid row select postback Options
Guest
Posted: Tuesday, May 17, 2011 7:17:15 PM
Rank: Guest
Groups: Guest

Joined: 5/27/2007
Posts: -34
Could you please supply the shortest complete example for:

- a grid contains database rows including the row id which is NOT displayed in a column
- clicking a row (full row select) triggers a server event passing the row id to the server

Thank you!
eo_support
Posted: Tuesday, May 17, 2011 8:13:56 PM
Rank: Administration
Groups: Administration

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

Thanks for posting in the forum. However we do not do this kind of "on demand" coding service. We can only point you to the related information:

1. To hide a column, set the column's Visible to false;

2. You can either use a ButtonColumn or handle the Grid's ClientSideOnItemClick event and then trigger a post back from there. Here is a working sample:

http://demo.essentialobjects.com/Demos/Grid/Features/ItemCommand%20Server%20Event/Demo.aspx

Please keep in mind that we neither code nor debug for our users. So you will need to go over the documentation and samples first. Try to find one that’s similar to your scenario and then adapt that to fit your need. If you still have question about a specific feature, we will be able to help. However we do not provide "complete sample" to fit your exact requirement. If we were to do that, then everybody would ask us to write code for them.

Thanks!
Guest
Posted: Saturday, May 21, 2011 9:17:09 AM
Rank: Guest
Groups: Guest

Joined: 5/27/2007
Posts: -34
Ok, thank you for the link to the sample.


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.