Hi all,
I have a datagriview and a data table. The order of rows in my datatable is r1,r2,r3,r4,r5, but now when displaying in datgridview I need to show them in the order of r5, r4, r3, r2, r1 ... That means I want to perform it in the reverse order.
Have you got any suggestion for me?
Thank kiu so much!
I have a datagriview and a data table. The order of rows in my datatable is r1,r2,r3,r4,r5, but now when displaying in datgridview I need to show them in the order of r5, r4, r3, r2, r1 ... That means I want to perform it in the reverse order.
Have you got any suggestion for me?
Thank kiu so much!
Comment