Multiple DataGridViewRow for a single logical entity

  • Thread starter Thread starter MihaIvan
  • Start date Start date
M

MihaIvan

Guest
I have a DataGridView that I am using which is not connected to a DataSource. I will however use a DataRow in this question.

I want to have multiple rows in the DataGridVew represent a single DataRow. How can this be done?

I would want the first DataGridView row to have the first column that would represent the "key" of the DataRow and succeeding lines would be blank in that column. Ideally the grid line separating the "key" column rows from the other like rows could be hidden so that it would "blend" the rows that belong together. The last thing is just cosmetics. If it overcomplicates the solution, then I can live without it.


Mike

Continue reading...
 
Back
Top