Click here to Skip to main content
15,896,912 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a datagridview control bound to a MySQL database column.

While loading the table to datagridview, i am adding one Column and 8 rows to the datagridview. Values to these manually added coluns and rows are also programitically added. All is working fine except the sorting. When i click on any of column header, datagridview sorts according to the binded table and the manually added column gets blank.

I want a method to sort the datagridview even if it has a manually added column into it.

Please help....
Posted
Updated 7-Oct-13 21:32pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900