Cricket Active member Joined Jan 6, 2005 Messages 28 Location Hamilton, ON, Canada Programming Experience 5-10 Jan 6, 2005 #1 How do you re-sort a DataTable after you have added a new row?
TPM Well-known member Joined Dec 7, 2004 Messages 623 Location CA Programming Experience 3-5 Jan 6, 2005 #2 I'm not aware of an inbuilt sort function(so that doesn't mean there isn't one), but you could just use the InsertAt to keep it in order. Hope that helps TPM Upvote 0 Downvote
I'm not aware of an inbuilt sort function(so that doesn't mean there isn't one), but you could just use the InsertAt to keep it in order. Hope that helps TPM
Paszt Staff member Joined Jun 3, 2004 Messages 1,500 Location Raleigh, NC - USA Programming Experience Beginner Jan 7, 2005 #3 You could also create a dataView based in the dataTable and sort that. Upvote 0 Downvote