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

[Solved] Inline edit with 2 GridDropDownColumn

1 Answer 102 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ronald
Top achievements
Rank 1
Ronald asked on 28 Apr 2009, 02:55 PM
I have a Grid combined with EF 3 Beta, my grid exists of 6 columns

3 text columns
1 checkbox
2 GridDropDownColumn

Both DropDowns have an own DataSourceID, when i put a row in edit mode i am not able to use the DropDowns.
If i click them nothing happens,  when i only use one dropdown it works great. Have tested both dropdowns and they work fine only not together.

Who can help, what am i doing wrong?

Regards,

Ronald

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 29 Apr 2009, 05:31 AM
Hi Ronald,

I have used single GridDropDownColumn and also two GridDropDownColumns in a related manner. I am not sure how you are populating the Second dropdownlist based on the first dropdownlist . Here is an online demo  which demonstrates how two GridDropDownColumns work in a related manner in Edit mode. The second DropDownList is populated in the SelectedIndexChanged event of the first.
Accessing Cells and Rows

Regards
Shinu

Tags
Grid
Asked by
Ronald
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or