DataGrid

Salat

Well-known member
Joined
Mar 5, 2002
Messages
81
Location
Poland, Silesia
I realy dont get it how dataGrid control works.... I dont know how to add even a one simple column with some text. Im frustrated...

please help...
 
It sounds as if you are just trying to use it to display information rather than pulling data from a database. If this is the case, then perhaps the ListView control would be better suited for your needs.
 
The datagrid was designed to bind to dataset, as Threads suggested, maybe a Listview would suit you better.
 
Back
Top