S
S
Sergey Shigida2017-01-27 21:31:47
C++ / C#
Sergey Shigida, 2017-01-27 21:31:47

How to sort datagridview?

For example, I have a datagridview and I want that when a user adds data to the datagridview table, it cannot be sorted by clicking on the Column, but it is already sorted automatically and, when new data is entered into the table, they do not go down, but already sorted place. How can I implement this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Ahrimov, 2017-01-31
@Piarto

On Update from the database, hang automatic sorting through Order by (ASC, DESC)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question