Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
725
DataBindingsForOwners order by
posted

Hi,

I'm looking for the way to apply an order by in the list of my displayed owners

so i try to use the linq order by like this :

base.TimelineController.CalendarInfo.DataBindingsForOwners.KeyMember = "HouseRecordID";
base.TimelineController.CalendarInfo.DataBindingsForOwners.NameMember = "HouseNo";

base.TimelineController.CalendarInfo.DataBindingsForOwners.DataSource = lstHouseView.OrderBy(p=>p.HouseNo);

doesn't work.

thx