D
deepa.ravikiran
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
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