When the user right clicks a DataGridView cell in my windows application it clears and fills the CheckedListBox with column header text. Then it shows a popup. Now how can I sort the items using what is checked? I want to sort on the same right click.
When the user right clicks a DataGridView cell in my windows application it clears
Share
To sort the listbox, you need to write your own small code, which “tells” the program how to sort your data.
Please refer this tutorial