Hello Sir,
I have upgrad Infragistics vol 7.3 2007 to Infragistics vol 8.3 2008.
I Convert Using Project Upgrade Tool .. Now i Run the Web Page I Get the Error Message.
But in Before that is Older Version There is No Problem .
" 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. "
Hi,
Please use the following code to resolve the problem.
var
cmb=igcmbo_getComboById("WebCombo1");
var cmbvalue=cmb.getGrid().getActiveRow().getcell(0).getValue();