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.
The only time that ever happens to me is when the grid has for some reason disassociated the control from the column. I would double check to make sure the control is still listed in the column editor property.
im filling the valuelist property to match to what i have on the datasource, also i just hide the combo editor but it not apears when i select the cell on the column
Do you have the combo bound to a class table or filling in the value list? The value property of the combo matching what would be found in the class field in the datasource...
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
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?