Enabled checkboxes in gridview control
- From: deepa.ravikiran@xxxxxxxxx
- Date: 23 Dec 2006 10:44:29 -0800
Hi,
I am trying to create a ASPX page which will list items with a checkbox
beside each. The user has to be able to select items using the checkbox
to do some further processing. If I use a gridview control, the
checkboxes are all disabled, and I find that I have to have a Edit
button for each row, and after clicking the Edit button, the row check
box gets enabled.
Is there any way that I can use the Gridcontrol (or any other ASPX web
control) to display items with enabled checkboxes without having the
user to click on Edit button before he can check/uncheck the checkbox?
Or should I have to use inline scripts to generate the items and
checkboxes? Any sample codes available.
I really appreciate any help in this.
Thanks,
Deepa
.
- Follow-Ups:
- Re: Enabled checkboxes in gridview control
- From: David Wier
- Re: Enabled checkboxes in gridview control
- Prev by Date: changing enableViewStateMac makes no difference
- Next by Date: Re: Enabled checkboxes in gridview control
- Previous by thread: changing enableViewStateMac makes no difference
- Next by thread: Re: Enabled checkboxes in gridview control
- Index(es):