I'm using c# 2010 , I want to display combo-box list on search like this :
In my case, I have a table "Client", is there any way to set Display-Member which contains three fields of "Client" : FirstName, LastName, City as shown in the image above?
I'm using c# 2010 , I want to display combo-box list on search like this :
In my case, I have a table "Client", is there any way to set Display-Member which contains three fields of "Client" : FirstName, LastName, City as shown in the image above?
So no one helped me, thanks all for comments, in fact I found a solution : I set a panel located under Combobox, contains a Datagridview assigned to Client DataSource, I play with hide/show and Combobox_textChanged :)