Is there any good datagrid in VS2005 for winforms

T

TonyJ

Hello!

If there is a datagrid in VS2005 for winforms what kind of datagrid is it
then.
1.Is it a bound datagrid that has a direct connection to columns for tables
in the database.
2. Is it an open datagrid that has no connection to the databse as the bound
datagrid have.

We have began to use a third party datagrid that is called flygrid but I
heard from a person that .net 2005 has execellent datagrid
that should be used insted.

Now I want to hear from you how the situation is about datagrid in vs2005.

//Tony
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

TonyJ said:
Hello!

If there is a datagrid in VS2005 for winforms what kind of datagrid is it
then.
1.Is it a bound datagrid that has a direct connection to columns for
tables
in the database.
2. Is it an open datagrid that has no connection to the databse as the
bound
datagrid have.

We have began to use a third party datagrid that is called flygrid but I
heard from a person that .net 2005 has execellent datagrid
that should be used insted.

Now I want to hear from you how the situation is about datagrid in vs2005.

I use either the provided DatagridView or the one in Infragistics (I prefer
to use the latter)
 

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