I have the version Janus GridEX Control v3.5.
As datasource I have implemented a dictionary:
Dictionary vehicles= new DictionaryVehicle >();I have the following source code in my project:
gridEX1.DropDowns["VehicleDropDown"].DataSource = vehicles.Values.ToList();
gridEX1.DropDowns["VehicleDropDown"].DisplayMember = "licenseplatenumber"; //valueUnfortunately, no license plate numbers are displayed in the dropdown list.
What am I doing wrong?
What am I doing wrong?
simon wrblewskiPosted Jul 9, 2018, 7:39 AM
Sanwar RanwaPosted Jul 6, 2018, 10:16 PM