Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
How do I connect an UltraGrid DropDownList to a DataSource in the Designer?
posted

I am trying to convert a DataGridView (DGV) into an UltraWinGrid (UWG).

In the DGV I have a column with a combobox that is bound to datasource / table / column to get it's list values without any run time intervention.  I can't get the equivalent to happen in the ultrawingrid at design time and all of the forum topics I found discuss run time binding.

Here is how I am mapping the DGV settings to UWG settings:

DGV:ColumnType: combox

UWG (in designer, column selected) Style: DropDownList, ButtonDisplayStyel: Always

 

DGV: DataSource: ds***  && Displaymember: Table.Name

UWG: ???

 

Thank you!

Parents
No Data
Reply Children
No Data