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
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.
i still have the control linked to the wingrid, but think im missing something since i just selected the combo on the editor's control of wingrid, the items on the combo are teh same as the datasource.
Do you have the combo selected as the Value List source or the editor control? Is it an UltraWinCombo or a ComboEditor?
i have the combo selected as editor control and it's a combo editor
i found my problem, when i load the data on my grid i disable the grid until the user press the modify button only if he has the enoughs priviliges for update, after i press the modify button the combo editor shows up, didnt think on that until now and that was my problem, thanks for your help
I always try to start out with the most obvious possiblities before moving on to the more complicated solutions, but it didn't cross my mind to consider if the grid was disabled or not. Good thing is we'll probably both remember that next time.