Dear All!
I have a RadGrid. In it I have more different dropdown type columns. I want to do to bind them to different datasources in Edit state.
I have custom collections: List<One>,List<Two>,List<Three>
Can I bind them to dropdowns one-by-one in design time? like here:
How can I bind collections to dropdowns?
thanks
alsi
I have a RadGrid. In it I have more different dropdown type columns. I want to do to bind them to different datasources in Edit state.
I have custom collections: List<One>,List<Two>,List<Three>
Can I bind them to dropdowns one-by-one in design time? like here:
<telerik:GridDropDownColumn DataField="OrderID" ListTextField="ShipCountry" ListValueField="OrderID" DataSourceID="SqlDataSource4" HeaderText="GridDropDownColumn <br /> with RadComboBox" DropDownControlType="RadComboBox" /> - just with my custom Collections.
How can I bind collections to dropdowns?
thanks
alsi