c# - Make Rows of DATAGRID (NOT DATAGRIDVIEW) Clickable -
In the form of a title, I want to create a datagrid clickable rows. DataGrid is populated from a MySQL database and I would like a situation where a line is clicked, I just click on it as if you can take action on the button. Any help?
Comments
Post a Comment