datagridview sorting

  1. R

    I need to sort and filter a List that is loaded to a DataGridView

    Just getting back into the swing of things and trying not to develop from bad habits. I have created a new project that currently reads in JSON via WebClient.DownloadString. The class identifies the items by name and this is stored in a List with this List<Member> members =...
Back
Top Bottom