Hi, i have got a checkbox to show within a datagrid using datagridtablestyle.

However, i can only get it to show if i bind it to a field.

How can i show a textbox without binding it to a field from my dataset?

My intention is to have the use select checkbox and then grab the id related to it and then call a method to update that record.

Thanks in advance.