DataGridView

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a combobox as a column in a datagridview that gets it data from a
lookup talbe. How can I osrt the data when you click on tis drop down?
 
One thing you can try is to directly sort the underlying lookup
DataTable, maybe by setting the lookupDataTable.DefaultView.Sort
property.

======================
Clay Burch
Syncfusion, Inc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top