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.
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...
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