I am getting an error when I tried to edit a row from the Webdatagrid: "Sys_InvalidOperationException Handler was not added through the Sys.UIDomEvent.addHandler method."
<ig:WebDataGrid ID="grdDateProcess" runat="server" AutoGenerateColumns="False" Width="100%" CssClass="GridView" ItemCssClass="GridViewRow" OnRowAdded="grdDateProcess_RowAdded" OnRowAdding="grdDateProcess_RowAdding" OnRowUpdating="grdDateProcess_RowUpdating" DataKeyFields="ID" EnableAjax= "true" AltItemCssClass="GridViewRowAlternate"> <EditorProviders> <ig:DatePickerProvider ID="ApplicationDateProvider" EditorControl- CssClass="DateChooserTextBox"> </ig:DatePickerProvider> <ig:DropDownProvider ID="DateTypeProvider"> <EditorControl ID="ddlDateType" runat="server" DisplayMode="DropDownList" TextField="DateTypeDesc"
ValueField="DateTypeID"> </EditorControl> </ig:DropDownProvider> </EditorProviders> <Behaviors> <ig:Sorting Enabled="true" /> <ig:ColumnMoving Enabled="true" /> <ig:ColumnResizing Enabled="true" /> <ig:Paging Enabled="true" PagerAppearance="Top" PageSize="15" PagerMode="NumericFirstLast"
QuickPages="3" PagerCssClass="PagerCell"/> <DFI_Behavior:HighlightBehavior/> <ig:Selection Enabled="true" SelectionClientEvents-RowSelectionChanged="grdDateProcess_RowSelectionChanged" RowSelectType="Single" CellClickAction="Row" />
<ig:EditingCore> <Behaviors> <ig:CellEditing Enabled="true"> <EditModeActions EnableF2="true" EnableOnActive="true" MouseClick="Single" /> <ColumnSettings> <ig:EditingColumnSetting ColumnKey="ApplicationDate"
EditorID="ApplicationDateProvider" /> <ig:EditingColumnSetting ColumnKey="DateTypeID" EditorID="DateTypeProvider" /> </ColumnSettings> </ig:CellEditing>Am I missing something? Thank you.
Hello Teresita,
I have created for you a running sample (with NetAdvantage 11.1.20111.2036) reproducing your grid according to the code you send and I couldn’t find any exceptions occurring. Please modify this sample or make a new one which shows the issue you described. Also please verify which version of NetAdvantage you are using. Another think I noticed is that you have posted this tread in old UltraWebGrid section of our forum but the sample describes the new Aikido WebDataGrid which is a little bit confusing.I am looking forward to hearing from you.
Hello!
I'm using version
Infragistics4.Web.v11.1, Version=11.1.20111.2020.
I followed your code, but still getting a runtime error.
Hello Teresita,Please let me know if you need further assistance with this issue.
Hello Nikifor, I modified my code based on what you have, but still getting the same message (please refer to my other zip for the error message). It seems like I am missing an event. Our framework comprises of different projects so it is hard to strip out just my project., so I attached only the solution file. Hope this will help in solving my error message problem. Thank you.
Hello, I have created support ticket with number CAS-70273-ZM5601. I will investigate this issue through this ticket. From the last attachment you have provided i culdnt see any part of code ( archive contains only *.sln file with size 2KB) Can you please attach a running sample of your project or an isolated sample after making changes based on the sample I have provided earlier?Looking forward to hearing from you.
Hello,Please let me know if the issue still persists or if you need further assistance with this case
Yes, the issue is still happening. I just have a hard time creating a smaller sample. Attached is my client side code. Let me know if you find anything. Thanks.
Hello Teresita,The atachment contains only a *.sln file. If the issue still persists please archive a sample reproducing it and send it to support@infragistics.com
Here's the running sample. I tried to include all my folders, but won't allow to upload. Thank you for your help.
Hello Teresita,I still can not see attached a running sample. Is the issue still persisting?
Here's the copy of the client side code. I will provide you with a running sample later today.
Hello Teresita,I received the attached aspx. I have ajax toolkit for the ModalPopupExtender but I was unable to locate the DFI namespace and “LIS.LIS_ApplicationDetails”. Please provide an isolated running sample. Looking forward to hearing from you.