Is it possible to sort datagrid from code and how?

Tnx in advance

RE: Datagrid sorting by Foef

Foef
Thu Dec 30 08:45:05 CST 2004

Nikolay,

To sort your datagrid, you do this bij sorting the dataview
linked to your datagrid.

myDataview.Sort = "<fieldname>"

see als
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdatadataviewclasssorttopic.asp

Greetinx,
Foef


"Nikolay Petrov" wrote:

> Is it possible to sort datagrid from code and how?
>
> Tnx in advance
>
>
>