Morning all!
I have a DataGrid where I want to add a checkbox to each row. Is this possible? And if so how do I do this?
Thanks ppl :thumb:
Printable View
Morning all!
I have a DataGrid where I want to add a checkbox to each row. Is this possible? And if so how do I do this?
Thanks ppl :thumb:
Follow the WinForms FAQ link in my signature. It has the best accumulation of information around regarding the DataGrid, amongst other things.
Thanks, does this also apply to Web Form DataGrids?
Never mind, just had a look at your sample code and noticed it was asp. Will try it, thanks :thumb:
No it doesn't. As there's an ASP.NET forum if you're going to post WebForms questions in the VB.NET forum it's best to specify so. Most people will assume WinForms by default. There is a corresponding WebForms FAQ link in my signature as well. It has a section on the WebForms DataGrid that I believe answers your question.
Cheers :thumb: