sheLoves13 0 Newbie Poster

Hello! :) Can anyone help me how to add radio buttons to
a list of names queried from the database.. I'm working on
a payroll system, and what i need is to DISPLAY the list of
employees using DATA GRID w/ RADIO BUTTONS appear before every name..
how is that?

Here's a part of the codes inside the function for displaying employees (and it works well):

DataGridViewEmployee.DataSource = myData
DataGridViewEmployee.AutoSizeRowMode = DataGridViewAutoSizeRowMode.AllCellsExceptHeaders
DataGridViewEmployee.AutoSizeColumnsMode = DataGridViewAutoSizeRowMode.Fill

Note: myData is declared as a New Data Table
Kindly help me. Am a newbie..:(