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

Gridview with GridViewComboBoxColumn unable fetch selected value

1 Answer 53 Views
GridView
This is a migrated thread and some comments may be shown as answers.
siddu
Top achievements
Rank 1
siddu asked on 20 Jun 2017, 05:09 AM

Hi Team,

I am using Silverlight Gridview having combobox column. I am able to bind the values and in the edit mode I am able to change the dropdown values.

Now I am trying to get the selected value from the combobox in the EditEnd event to save the changed value to the DB. But, tried all the options but could not get the selected value of the combobox control.

Appreciate your help in getting the selected value in the Edit end event.

Thanks,

Sid

1 Answer, 1 is accepted

Sort by
0
Avinash
Top achievements
Rank 1
answered on 31 Jul 2017, 02:51 PM

Hello Siddu,

You can use the e.NewData to get the selected value in the CellEditEnded event.

Tags
GridView
Asked by
siddu
Top achievements
Rank 1
Answers by
Avinash
Top achievements
Rank 1
Share this question
or