I want to have a delete button column in my datagridview as the last column.
If I add the column after I bind it to data, it creates another button column each time I rebind the datagridview and replicates it ad infinitum each time I refresh the list.
If I add the button column when I load the form, it keeps being the first column.
How can I solve this?
Another one if you please:
Can I edit a datagridview by placing another control over the particular cell like we do in the flexgrid - and how does one do it?
Thanks
If I add the column after I bind it to data, it creates another button column each time I rebind the datagridview and replicates it ad infinitum each time I refresh the list.
If I add the button column when I load the form, it keeps being the first column.
How can I solve this?
Another one if you please:
Can I edit a datagridview by placing another control over the particular cell like we do in the flexgrid - and how does one do it?
Thanks