datagridview shows the newly added row ( empty before assigning values) as the first row instead of last.

  • Thread starter Thread starter vblover29
  • Start date Start date
V

vblover29

Guest
Hi;

I have a dataset with a table whose rows are ordered according to the values of a column. If I add a new row (table.add(newrow)) the newly row shows as the first row in the datagridview. I want it to be the last one. How can I achieve this?

Continue reading...
 
Back
Top