About using grid

T

TonyJ

Hello!

I just wonder if included grid in .NET 2.0 support this feature.

Having a grid with j columns and i rows where i might !=j.

In one or several column have different types. Here is an example what I
mean assume I have i rows and j columns.
In column x and y and probably some other I want to have different types for
example in column x and n1 rows below I might have text and further n2 rows
below also in column x I might have combo box selection and n3 rows below I
might want to have check box selection and then further n4 rows below I
might want to have numeric values. I might want to have other types as well
for example images.

As as summary I need to fully be able to customize my grid in any type.
A normal grid have the same type in one column but my grid must me a special
grid allowing to have different types in one column or more columns

//Tony
 
T

TonyJ

Hello!

I use window forms with C# and just want to know if current DataGridView
Control in .NET 2.0 support my functionality.

//Tony
 

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