Click here to Skip to main content
15,916,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi When i bind an IEnumrable object to datagrid view , sorting by clicking column header does not work my code is :

SQL
this.dataGridView1.DataSource = from ll in this.picaEntity.Accs
                                             select ll


how can i solve this problem ?

thanks a lot for your answer
Posted

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