-
Junior Member
Checkbox in Datagrid
Hi,
Am trying to add a checkbox in a datagrid.That datagrid is already filled with the help of a data set .
Is it possible to add a checkbox in every row of a datagrid?
If YESs, just send me the solution.
Thanks in advance...
-
Contributing Member
Re: Checkbox in Datagrid
Hi,
For this the best way is to
1. Set AutoGenerateColumns proeprty of DataGrid to false
2. Create DateBound columns manually that u want to pupulate from dataset
3. Create an ItemTemplate coulumn and add checkbox in it.
If u want a working solution / tutorial u can go through
codeproject . com/KB/webforms/datagridcheckbox . aspx
Adding Checkbox to DataGrid
---V V---
Vikas Vaidya
[Pls Mark this post as Thank if u find it useful]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules