Sorting - List.sort Not Working?

Apr 3, 2009

I have a slightly odd problem that I think is most likely due to an act of foolishness on my part, but for the life of me I (and other members of my team) can't see it.I have an object that contains a generic list property which I would like to sort. I have written a comparer class to do this for me and I am calling it in the following way:baseObject.ListOfThings.Sort(new ThingComparer()I have debugged into my compare function and it is returning the right values.However After the sort call, the list remains unchanged. Have I missed something obvious, or is there something else I need to do.EDIT: Yes I was being a fool, and the property returning a list was recreating it from scratch each time it was accessed

View 4 Replies


ADVERTISEMENT

Sorting List (Of Structure) - Sort Multiple Variables

Feb 17, 2011

I'm using a Listview in VirtualMode, so I can 'add' a lot of files almost instantly. A Listview in VirtualMode does not allow sorting, so I need to sort the data myself. The data is stored as a List of Structure (it's faster to load than a List of ListViewItem). The code below works fine, but I need to sort based on multiple variables in the Structure. Code:

View 2 Replies

List.Sort Not Quite Working With Strings?

Feb 13, 2011

This is my first time posting here although I have been lurking for quite some time. I'm stuck with a problem I have seen before and never solved: I have a long list (~23,000) of alphanumeric strings that I'm reading into a List(of String) from a text file, and then sorting. When I iterate through the list after sorting, it appears to be correctly sorted EXCEPT that the element that was originally at the beginning of the list is now at the end (and it should be somewhere in the middle after the sort)Here is a sample input:

PRE1-PRE2_00015648
PRE1-PRE2_00015649
PRE1-PRE2_00015650

[code].....

View 5 Replies

Sorting - Sort List(of String()) Using A Variable Index Into String() As Key ?

May 30, 2012

I have a List(of String()). I have written a custom comparer (implements IComparer(of string)) to do an alphanumeric sort.Is there a way to sort the List using a given index to determine which position in the String() to sort by? In other words one time I might sort by Index = 0 and another time by Index = 3. The length of all String() in the list is the same.For reference this question is similar to Sort List<String[]> except I am using VB.net and that question is hardwired to Index=0.

EDIT from OP's comments:I started simple with the non custom comparer but I am getting an error: expression does not produce a value. Not sure what I am doing wrong.Here is the code:

Public Shared Function SortListOfStringArray(ByVal ListOfStringArray As List(Of String()), ByVal SortByIndex As Integer) As List(Of String())
Return ListOfStringArray.Sort(Function(x, y) x(SortByIndex).CompareTo(y(SortByIndex)))
End Function

View 1 Replies

Sort Datagridview Row Sorting?

Aug 24, 2011

I need to sort datagridview row sorting. There two color in the datagridview rows, some is yellow, some is white. How can I sort them by yellow rows shown first then only show white color rows?

View 1 Replies

.net - Use List.Sort And Comparision(of T) To Sort Descending/Ascending?

Jul 5, 2011

I have a MyObject; myObjects as List(Of MyObject) and a delegate Comparison(Of MyObject) that uses a lot of comparison functions (ByA, ByB, ByC etc) Ã la:

Shared Function CompareMyObjectsByName(x As MyObject, y As MyObject) As Integer
Return x.Name.CompareTo(y.Name)
End Function

[Code].....

View 2 Replies

VS 2008 Sorting With Interactive Sort Of A Textbox In A Report?

Jul 4, 2011

I am trying to sort my report on the values in a column. The underlying query consists of a director colum a movietitle column and a rating column, for every movie a director has directed there is a record which off course shows the rating in the ratingcolumn In my report I have grouped by Director and created two other columns which are called: Nr of Films and averageRating. in the design view i used two functions to accomplish this. the first is: count('the field of the rating') and sum('the field of the rating')/count('the field of the rating'). This is working... but now I would like to sort the column, Nr of Films. I think I have to do this with interactive sort of the textbox which holds the column name(i.e. Nr of Films)

View 2 Replies

List(Of T).Sort - Sort The List By Year

Jul 10, 2011

I have a List(Of T) storing a list of Custom classes called Advertisement. Each advertisement contains 3 properties, Year, Make and Model. I need to sort the list By Year, then by Make and then by Model. I have a property in the Advertisement class called Vehicle which returns a formatted string with the Year Make Model like 2007 Toyota Tacoma and ive been sorting on that but its not working how I thought it would. Basically I want to sort the list by Year (decending; lowest year first) then sort by the Make and Model (in alphabetical order) Is that even possible? Here is the code ive been using.

[Code]...

View 8 Replies

VS/VB 2010 - Sorting Excel Rows Getting Error "The Sort Method Is Not Valid'?

Jun 14, 2011

In the following code all goes well until the .Sort line. Then I get an error which says, "The sort method is not valid. Make sure it is within the data you want to sort and the first sort by box isn't the same or blank."I've tried various permutations to deal with this exception, all to no avail. The Range is Selected ok and the Excel data are pasted from the clip board ok. Then I get the error and no sort occurs.

[code]...

View 3 Replies

VS 2005 Sort List Of Objects By Child List Order?

Jul 20, 2011

I'm having a bit of a 'brain doner' moment here

I have a list of Objects. Each of these Objects contains a list of other Objects (pseudo code) :-

Private Structure Object1
dim Name as string
dim ListOfObject2 as List(Of Object2)

[Code]....

I need to sort the list of Object1 by the Value in Object2. I have a comparison class which sorts Object2 by its Value nicely.

View 13 Replies

Sorting Is Working Very Slow?

Apr 18, 2011

I have a datagridview in my application which is populated from a table from an SQL Database.

The table has like 650-700 entries.When I clik the columns header on the DGV I have to wait 50-100 seconds before I am sorting tha values?

View 9 Replies

DataGridView Sorting On Columns Not Working?

Apr 28, 2010

I'm using vb 2005, seems sorting is not working if I change the data by code. For example, if I have a simple form with only one datagridview and one button, grid was sorted on column 1, then I press the button to randomly change data in column 2, then use column 2 to sort, the display order is not correct, but after the button click, if I click on a cell, the grid will re-sort by itself, and get the right list. I know DataGridView is not for Editing data...

Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim dt As New DataTable
dt.Columns.Add("C1")
[Code] .....

View 4 Replies

.net - Sort Generic List Based Upon A Different List?

Oct 29, 2010

What would be the fastest way to sort a list that contains a list of objects, based upon another list? An example follows:Say I have multiple lists of employees. Each individual list has a common property value, say "Department". So I have a list of employees, in one list they all have the department string value of "Sales". In another list all the objects have a department value of "Finance". These lists of employees are then contained in a list which holds them all.

I have a second list, which should drives the sort order of the employee lists. The second list simply contains a list of strings like, "Finance", "Sales", "IT" and so on. I'd like my lists of customers to be sorted in the order of "Finance", "Sales", etc.I'm using VB.NET in .NET 2.0

View 1 Replies

Sort A ListView And Have It Working?

Apr 26, 2010

I'm trying to sort a ListView and have it working.. but was trying something.. and was curious why it doesn't appear to work..

In a gridview, the sorting event you can do a

With CType(sender, GridView)
.DataSource = Os
.DataBind()
End With

[Code].....

View 1 Replies

Array.Sort Returns Blank Data When Sorting A Structure Array?

Jun 19, 2009

I'm trying to sort an array based on a structure but whenever I do this, it basically erases all the data in the entire array.I have verified that the array is populated correctly, it is when using array.sort that everything returns blank.

View 6 Replies

Sorting With DataView - Dataview Always Sort The Highest Number Is The Buttom

Jan 5, 2012

I got a problem with dataview that get data from datatabel (Col1 : ID,Col2: Time) and I'm sorting by Time in desc ... when the values for example {40.21,80.21,70.25,25.2} the dataview sorting them as I need but when one of values goes above 100 for example {40.21,80.21,100.25,25.2} the dataview always sort the highest number is the buttom, I don't know why ..

This is a sample code

Dim dt As New DataTable
dt.Columns.Add("ID")
dt.Columns.Add("Time")
[CODE]...

View 2 Replies

Way To Sort A Table But Couldn't Get Code Working

Jun 13, 2011

I've tried google a way to sort a table but couldn't get my code working.My program lets the user input enter information such as first name and last name in textboxes, once done they click on update button(so far everything works).On the top right of the form it has a Combobox and it displays a list of all the names of poeple the User inputed... but it shows it in the order the user inputed.I want to have a sort button so that way when the user clicks on "sort" it will alphabetically sort the msql table by last name and reupdate that on the Combobox (most importantly save msql with the new order of names)

View 9 Replies

Exception When Sorting List

Jan 29, 2010

I'm trying to sort a List of objects with a generic comparison.I get an exception when the property on which I'm sorting happens to be null in one of the objects.VB.NET 2.0, web.i've read several posts on this exception, and still don't get it.[code]It is true that this only happens on properties which happen to be null somewhere in the list.Sometimes I sort on other properties which happen to always be always non-null (using a different, but similar, comparison method), and this technique works just fine.I've tried to implement the CompareTo for both IComparable and IComparable(of FollowupSurvey) so I could capture this exception while debugging, but netiher actually get invoked (despite what it seems like the exception is telling me). At this point, I don't have a CompareTo in my FollowupSurvey object; thus, it's using Object's.It doesn't seem as if I can really help if the base CompareTo doesn't reutrn 0.anyone have any idea what this exception really means, and how to make sorting work properly?

View 2 Replies

Sorting A List By A Class Value

Jun 25, 2011

I have a list (i.e. Dim nList as new List(of className)). Each class has a property named zIndex (i.e. className.zIndex). Is it possible to sort the elements of the list by the zIndex variable in all of the elements of the list?

View 4 Replies

Sorting A List Of Objects?

Mar 16, 2012

Suppose I have:

Public Class myClass1
Dim foo As String
Dim bar As String

[code].....

View 23 Replies

Sorting Within A List Of Type's?

Jan 30, 2010

I have a simple type like:-

[Code]....

if I have a list of type top_params then how can i sort the list based values in the k_sig_level field?

View 2 Replies

Fix A Progressbar That Is Working As A Sort Of A Counter That Show's Where The Music Count Is?

Jan 26, 2010

I am doing a media player, based on WMP's controls..And i am trying to fix a progressbar that is working as a sort of a counter that show's where the music count is.And also what the name of the song is.and also trying to make all the songs would show without extension and the whole C:\music\mysong.mp3 instead having mysong.mp3

Public Class Form1
Private Sub import_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
Importdiag.ShowDialog()
End Sub

[code]....

View 2 Replies

VS 2005 Datagridview Sort Not Working / Wrong Filling Cells?

Nov 8, 2011

I'm working with datagridview.I found an example on the web about creating a datagridview: firs I make my array containing data, then I make a datatable from array, then I make datagridview from datatable.I don't know if it's the correct way but it seems work.In a column I make random numbers for test: for example I have on column "Time" these values: 1155, 1725, 584, 996, 1352.Then I try to sort with code when I press pushbutton: it doesn't work because I have the values:1155, 1352, 1725, 1758 (until now it seems to work correctly), but then I have 584 and 996 values: wrong!Ok, let's try with the manual sorting: same result.I filled cells with "integer" values, let's try using strings, then I used "value.tostring" same result.I also tryed to fill strings with blankspaces to obtain same length, but nothing changed. "1155", "1352", "1725", "1758", " 584", " 996".Then I tryed to fill with "0" values:"1155", "1352", "1725", "1758", "0584", "0996".The same.How can I fill cells values?

View 9 Replies

C# - Sorting List Alphabetically And By Type?

Apr 18, 2011

I have a list of instruments and I need to sort them to the following requirement.

order by:

cash
securities in alphabetical order
managed funds in alphabetical order

I have a list of instrument which has properties name and type, I've managed to sort alphabetically by name.

Instruments.Sort(Function(x, y) String.Compare(x.Name, y.Name))
Instruments.Sort((x, y) => string.Compare(x.Name, y.Name));

View 1 Replies

List View Sorting In Vb 2008?

Dec 28, 2009

how we can sort a listview on column wise in a simple way?

View 2 Replies

Marking Duplicates In A List While Not Sorting

Feb 15, 2012

I had a need to mark a listview row if filenames were duplicates for n number of characters from the left. I wrote the following but it smacks of VB6.[code]...

View 5 Replies

Return List After Sorting With Repeater?

Jan 5, 2012

I have a list going into a repeater, sorting with jquery sortable(), and then need to put the sorted list into a session variable. I cannot seem to figure out how to get the sorted values back into a list.[code]...

View 1 Replies

Sorting A List(Of FileInfo) By 2 Properties?

Oct 3, 2011

I have a List of FileInfo objects that I want to sort by creation date & file size. Is there a way to do that?

View 5 Replies

Sorting Items In A List View?

Aug 15, 2011

I am using the code from hereevelopment/vbnet/code/370426 to sort my listview items. But I want something more 'dynamic': when I click on a header column, I want that it changes the sorting based on the column that has been clicked. here is my code:

'Classes usadas
Imports System.Math
Imports System.IO

[code].....

View 3 Replies

Sorting List Of String Paths In .NET?

Aug 14, 2010

I would like to sort a list of strings which represent paths. The sort result will do have a hierarchical order. What I mean is: for each directory path, I want to list all files in that path (alphabeticaly or not doesn't matter) in first time. Then, each subdirectory path will be listed. For each subdirectory, I want all files..

[Code]...

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved