The Artima Developer Community
Sponsored Link

C# Answers Forum
DataGrid Control

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Branko

Posts: 9
Nickname: orbusian
Registered: Feb, 2003

DataGrid Control Posted: Oct 19, 2003 3:41 PM
Reply to this message Reply
Advertisement
I have an ArrayList, filled up with objects of the same tipe (MyClass), which is connected to the DataGrid :

dataGrid1.SetDataBinding(myArrayList, "");

MyClass has properties like : ID, Name, Adress ...

When I run the form that contains the DataGrid,
I have new Table with data, but the order of colomns
is not the way I like( first colomn is adress then name ...)
How can I control which property will be displayed first ?

Topic: DMI windows Form Previous Topic   Next Topic Topic: Exit C# console application explicitely

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use