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

[Solved] Combo box in a grid view

1 Answer 116 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Deepak Garla
Top achievements
Rank 1
Deepak Garla asked on 18 Oct 2009, 05:26 PM
Hi,
According to my requirements, i am supposed to insert a multiselect combo box in a grid.I could do that,but the problem is with editing that row. Normally i use (sender as button).datacontext<SomeBDOclass> to get the new values in the row.i.e when user clicks the save button the above line is called.

But the same line of code is not working when i place the multiselectcombobox in the Grid. Except for multiselect, all the other values are new values.only the multiselect combobox returning the old values. i need some help with this.kindly let me know on how to solve his problem.

Regards,
Deepak Garla

1 Answer, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 21 Oct 2009, 01:30 PM
Hello Deepak Garla,

I guess you are missing a binding between you combobox and the underlying value. Please open a support ticket so you could send me your project and I will be glad to have a look , find the problem and provide the appropriate fix.

Greetings,
Pavel Pavlov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
Deepak Garla
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Share this question
or