I am looking for a C# grid component (not for database). I found GridView on the net but it seems buggy since it only supports four columns and crashes when I use more than four columns.

Recommended Answers

All 3 Replies

>I am looking for a C# grid component

Think about DataGridView windows control.

I do not want to bind to a datasource. The source of the data that will populate the grid is the code. Is using DataGridView still a good idea?

>I am looking for a C# grid component

Think about DataGridView windows control.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.