https://documentation.devexpress.com/WindowsForms/3001/Controls-and-Libraries/Data-Grid/Examples/Data-Binding/How-to-Filter-a-LookUp-ComboBox-Column-Based-on-Another-Column-Value
这个是官网的做法,把联动的第二列数据全部取出来,再过滤。 如何不一次性取第二列的数据,需要的时候再取?
editor.Properties.DataSource = DataContext.GetCitiesByCountryCode(countryCode);