Dataview Sort
From: JoelB (bradjs_at_rimrockgroup.remove.this.com)
Date: 02/17/05
- Next message: Carl Perkins: "System.NotSupportedException - on F5 debug but not on CTRL-F5"
- Previous message: Robbe Morris [C# MVP]: "Re: Verify Signed XML document in compact framework"
- Next in thread: Alex Feinman [MVP]: "Re: Dataview Sort"
- Reply: Alex Feinman [MVP]: "Re: Dataview Sort"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 16 Feb 2005 17:53:17 -0700
Apparently CF doesn't support sorting a dataview on multiple columns. The
following all work:
MyDV.Sort = "Col1"
MyDV.Sort = "Col2 DESC"
...but this doesn't:
MyDV.Sort = "Col1, Col2 DESC"
No error occurs.
I am using the Dataview to sort my data before binding it to a combo. I
need the two column sort because the dataset is built with a UNION query (I
won't get into the details).
Has anyone else encountered this, or does anyone have any comments?
Joel
- Next message: Carl Perkins: "System.NotSupportedException - on F5 debug but not on CTRL-F5"
- Previous message: Robbe Morris [C# MVP]: "Re: Verify Signed XML document in compact framework"
- Next in thread: Alex Feinman [MVP]: "Re: Dataview Sort"
- Reply: Alex Feinman [MVP]: "Re: Dataview Sort"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|