This question is locked. New answers and comments are not allowed.
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
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