Hi There,
I am making a database dialog control that is an add-in to another program. It should give the user the abillity to search from that Database Dialog in to a database. De datagridview is databound to a table via a sql dataset. So the header information is there
Now I would like to keep the first row of the datagridview empty to give the user the possibility to enter in the colomns they want search information and then klik on a button search and the dialog will perform the SQL query with the entered values for the columns.
How can I leave the first row of the datagridview empty?
I have tried almost everything except customizing the datagridview.
If here is a other option please let me know.
All the best.
I am making a database dialog control that is an add-in to another program. It should give the user the abillity to search from that Database Dialog in to a database. De datagridview is databound to a table via a sql dataset. So the header information is there
Now I would like to keep the first row of the datagridview empty to give the user the possibility to enter in the colomns they want search information and then klik on a button search and the dialog will perform the SQL query with the entered values for the columns.
How can I leave the first row of the datagridview empty?
I have tried almost everything except customizing the datagridview.
If here is a other option please let me know.
All the best.