i have completed my code for DataGridView with virtual data loading and it is working but i want sorting also should work when i will click on column header column. i read idea from this threadhttp://stackoverflow.com/questions/17087074/c-sharp-datagridview-virtual-mode-enable-sorting
but still could not achieve how to enable sorting when DataGridView virtual mode is enabled.
here i am posting full code and also apologized for posting my big code. so please some one rectify my code or give me small code portion which help me to sort grid data along with virtual data loading. sorting glyph should come too when column header will be clicked.
here i asked the same. the url is http://stackoverflow.com/questions/31458197/how-to-sort-datagridview-data-when-virtual-mode-enable
from the above url anyone can see my code in detail and help me to achieve what i want. thanks