Salat Posted February 7, 2003 Posted February 7, 2003 I realy don't get it how dataGrid control works.... I don't know how to add even a one simple column with some text. I'm frustrated... please help... Quote profesjonalne programowanie na zlecenie :)
Threads Posted February 7, 2003 Posted February 7, 2003 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. Quote mov ax, 13h int 10h
Moderators Robby Posted February 7, 2003 Moderators Posted February 7, 2003 The datagrid was designed to bind to dataset, as Threads suggested, maybe a Listview would suit you better. Quote Visit...Bassic Software
Salat Posted February 8, 2003 Author Posted February 8, 2003 Thank You... You are right ListView realy suit to my code better. Quote profesjonalne programowanie na zlecenie :)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.