Help need with DataGridView

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
 
N

Nicholas Paldino [.NET/C# MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top