Help need with DataGridView

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am using DataGridView for displaying data
I want to some idea about the following
1. How to split and merge cells in DataGridView
2. How to place column header in the bottom of the cell because by default
it is coming as top of the cell, how to change the behaviour of the
datagridview columnheader's
Thanks in advance
 
Saravanan,

Is this in Windows Forms? If so, then you won't be able to do this, you
would have to get a third-party control to do this.

Hope this helps.
 
Back
Top