hi
im trying to add a combo editor into my wingrid and i following the instructions for your help online on http://help.infragistics.com/NetAdvantage/WinForms/2009.1/CLR2.0/ but my project is a little different since i create the binding relation to my database at rantime but it's not working is i spect, please see the attached image for a better explanation. my combo editor apear on the form but not as part of the wingrid and stays staeady on the place when i locate it at design time.
any ideas on what i did wrong? i just created the comboeditor and added as editor on the wingrid column property editor control. please refers to the attached image to see error
Thanks.
It kind of looks like you actually put the combo box on the form. You know you have to hide the combo and then set the column's editor control property to that combo control right?
you are right i added the combo and did not hide it but i did set up the editor's control to it, so i was specting to see the combo editor after select the cell on that column and did'nt showup