I have a situation where I add a webcombo to a webgrid. The webgrid is bound to a list object, with the combo's DataValueField="DatabaseID" and DataTextField="DatabaseName". I can add the combo to the grid fine and everything works 100%.
My problem come in when I set the combo's Editable="true" I get the following exception when setting the EditorControlID for the column in the grid.
"WebCombo has the Editable property set to True; therefore it must have equal DataTextField and DataValueField to be used as an editor in an UltraWebGrid."
My reason for setting the combo property to true is to allow the user set the value to null. I know a way around this is to add an item to the list object with DatabaseID = 0 (something i know i can set to dbnull) and DatabaseName = "", but I don't like that as a solution.
I am primarily a windows form developer, i know this can be done in a wingrid. I've also recently upgraded to Infragistics 8.2 from 73. When using 7.3 it worked fine. The problem only arose after the upgrade.
I too have this situation: we upgraded from version 7.2 to version 11.1
None of your suggested fixes work, but if what you (Infragistics) say is correct, the bug would have been dealt with in release version 8.
I have tried everything and am at my wits end. The only other option open to us is to stop using infragistics, which we are considering as frankly, nothing works properly and it's just a waste of time. What do I do to get past this issue?
The fix is coming up at the end of March. Sorry for the troubles and thank you for your patience.
I have the same problem too. I'm also using 2008 v3. Is there any quick way to resolve this?
I have the same problem too, how did you guys fix this one? We upgraded the controls from 2007 v1 to 2008 v3.
Don Almeida
I have the same problem - I need to give a possibility for my client to choose value from list (webcombo) or imput his own data to ultra grid column . So WebCombo is an external imput contol for custom column. It is very important for him so I would like to know if this error is going to be repaired soon ?? Or meybe it is another solution for sach a situation??