DataGridVew Control Help

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
 
K

Kevin Yu [MSFT]

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."
 

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