This is a migrated thread and some comments may be shown as answers.

GridViewComboBoxColumn populated from Async WCF Service

2 Answers 52 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Matthew
Top achievements
Rank 1
Matthew asked on 28 Oct 2011, 06:23 PM
I have a radGrid that is bound to a custom class called "BillingItem".

The user copies/pastes data from Excel into the radGrid, which then does some validation for each cell in the PastingCellClipboardContent Event that calls an Async WCF Service to ensure the data being is clean.

The Column "ProductLine" then has it's ItemSource set to a List of ProductLine objects returned from another Async WCF Call.

After this all takes place, the GridViewComboBoxColumn displays blank for every Row.  However, when the field is clicked for any Row, the comboBox shows the correct available values.

Why is this showing blank until it is clicked?

2 Answers, 1 is accepted

Sort by
0
Matthew
Top achievements
Rank 1
answered on 28 Oct 2011, 06:32 PM
Once this is working properly, I need a separate GridViewComboBoxColumn to be populated with a list of "SubProductLine" objects Asyncronously from WCF (using the "ProductLine" GridViewComboBoxColumns SelectedValue as a parameter that is passed in).
0
Matthew
Top achievements
Rank 1
answered on 03 Nov 2011, 05:08 PM
Could I get some help with this please?
Tags
GridView
Asked by
Matthew
Top achievements
Rank 1
Answers by
Matthew
Top achievements
Rank 1
Share this question
or