Hi Guys!,

i am having this issue "ComboBox that has a DataSource set cannot be sorted. Sort the data using the underlying data model." is there a way to sort out data bound items?

i have been researching as well and found this on google

SiteBindingSource.DataSource = myDataTable <---- i can't find how to do myDataTable
SiteBindingSource.Sort = "SomeColumn" <----- changed this to "[Site Name]"
Combobox1.DataSource = SiteBindingSource

but i can't seem to make this work. i hope that somebody can help me on this