I am running into a problem in IE8 and a column that has a type of ColumnEditorType.Combo.
I set it up with the following options
.ComboEditorOptions(options => { options.AllowCustomValue(false); options.Mode(ComboMode.DropDown); options.ShowDropDownButton(true); options.DataSource(ViewBag.StatusValues); options.TextKey("Text"); options.ValueKey("Value"); options.EnableClearButton(false); options.DropDownOnFocus(true); options.SelectItemBySpaceKey(true); });
When I get a iggridupdatingeditcellended event I check the columnKey and I want to perform some action on the data if it has changed in the cell.
This is working in IE7,IE9, and latest Chrome. IN IE8 I am getting an exception
Unhandled exception at line 19, column 8627 in http://localhost:60001/Portal/Scripts/Infragistics/modules/infragistics.ui.grid.selection.js
0x80020003 - Microsoft JScript runtime error: Member not found.
_cellFromEvent [infragistics.ui.grid.selection.js] Line 19 Script _mouseDown [infragistics.ui.grid.selection.js] Line 19 Script _sel [infragistics.ui.grid.updating.js] Line 21 Script _endEdit [infragistics.ui.grid.updating.js] Line 21 Script _onEvt [infragistics.ui.grid.updating.js] Line 21 Script Anonymous Function [infragistics.ui.grid.updating.js] Line 21 Script
I am wondering 2 things.
1) Is there a better way, like hooking into an event on the combo editor, so that I know when a value has changed
2) If there is not a different event, how can I stop this behavior.
Sorry to hear that the Ignite UI grid didn't manage to help you implement your scenario.Truth be told, working out such kinks is a tough challenge for any control, regardless of the vendor, so I hope the substitute you're using right now is performing fine in your scenario.
Thanks for the update, We have moved away from using the Grid except for very simple situations. I might circle back and see how the code base has evolved once these type of kinks get worked out.
Hi Donald,Our developers have resolved the problem and you will be able to take advantage of the fix in the upcoming Service Release for Ignite UI 2012.1 and 2012.2.
Unfortunately the fix did not make it into the RTM build for 2013.1, but it will be present for the 1st Service Release for that iteration.Hope this helps,Borislav
This same error is also occurring in IE7
Hello ddally,
Thank you for the update and sample. I have taken a look at your sample and I have been unable to run it. Concerning the issue of the cell edit ended event having an error occur when fired in IE8 in a separate sample I have been able reproduce this issue. I have logged this internally with the id TFS# 135171. I am making a private case for this matter where you will receive further updates concerning this matter.
Sincerely,Mike P.Developer Support Engineer IIInfragistics, Inc.www.infragistics.com