VS.NET 2002/2003Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1).
** Please don't post code questions here **
For issues specific to a particular language in .NET, please see the other forum categories.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the VS.NET 2002/2003 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
I have a datagrid with columns using the .sort method to sort the information. It's working the way I want it to in all of them except 1 of them. This one needs to be sorted by something other than alphabetical order. The column has a type in it that only can be 1 of 8 different things that occur in a certain order, and if they are put into alphabetical order they aren't in chronological order on the datagrid.. is there a way to make the <datagrid>.sort method sort other than alphabetically?