Is it possible to disable sort temporarilty ? without changing current row ?
I want to add a row to a specific location. But if user sorted the datagridview
row goes to a wrong position. That 's why before calling InsertAt() method i
want to remove current sorting. Is it possible ?
I want to add a row to a specific location. But if user sorted the datagridview
row goes to a wrong position. That 's why before calling InsertAt() method i
want to remove current sorting. Is it possible ?
Comment