且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在插入新行后对数据集进行排序?

更新时间:2023-12-03 13:07:22

尝试直接绑定newView



Try directly binding newView

newView.sort = "Appointment Time asc";
dgvAppointments.DataSource = newView.ToTable();





这应该有用。



This should work.