How to sort databound DataGridView column?

前端 未结 2 1491
情话喂你
情话喂你 2020-11-29 08:45

I know that there are a lot of questions on this topic. I have been through all of them but nothing seems to help.

How to sort by clicking on column header?

2条回答
  •  無奈伤痛
    2020-11-29 09:24

    Here is the blog post that really really helped me.

    Presenting the SortableBindableList

    Also, check out How do I implement automatic sorting of DataGridView? which has examples of this and another library.

提交回复
热议问题