DataGridVew Control Help

  • Thread starter Thread starter Sivaprasad
  • Start date Start date
S

Sivaprasad

Hello,

I am trying to use DataGridView control in C# 2005.
Currently I am using Video Soft grid control in VB6.0 with which i can do a
lot of stuffs like,
Merging rows and columns, Heirarchical view, Each cell can have different
data type like boolean,combo,date etc...
How far can a DataGridView be flexible or can anyone suggest a better third
party grid control which can do all these.
Thanks and I appreciate your help.

Siva
 
Hi Siva,

The DataGridView control in VS.NET 2005 can do heirarchical view for
DataRelations. But it can only apply data type to the whole column. Also,
it cannot merge cells. Let's wait here to see if any community member has
some good suggestions on the 3rd-party issue.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top