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,This issue seems to be outside the scope of our controls. I am closing this forum thread.
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.