Dears ,
i have a problem with Ajax rad control,
the grid works done but when navigate on any page on the application the error was occurred:
c.parentNode.removeChild(c);
c always return null???????????
Note : i use Telerik V2010.1.519.20
can anyone help me please?
i have a problem with Ajax rad control,
the grid works done but when navigate on any page on the application the error was occurred:
c.parentNode.removeChild(c);
c always return null???????????
Note : i use Telerik V2010.1.519.20
can anyone help me please?
<
td
valign
=
"top"
>
<
telerik:RadAjaxManager
ID
=
"radAjaxManager"
runat
=
"server"
>
<
AjaxSettings
>
<
telerik:AjaxSetting
>
<
UpdatedControls
>
<
telerik:AjaxUpdatedControl
ControlID
=
"radAjaxPanel"
LoadingPanelID
=
"radAjaxLoadingPanel"
/>
</
UpdatedControls
>
</
telerik:AjaxSetting
>
</
AjaxSettings
>
</
telerik:RadAjaxManager
>
<
telerik:RadAjaxLoadingPanel
ID
=
"radAjaxLoadingPanel"
runat
=
"server"
>
</
telerik:RadAjaxLoadingPanel
>
<
telerik:RadAjaxPanel
ID
=
"radAjaxPanel"
runat
=
"server"
LoadingPanelID
=
"radAjaxLoadingPanel"
>
<
telerik:RadGrid
ID
=
"gvMyTransactions"
runat
=
"server"
Width
=
"100%"
OnColumnCreating
=
"GridViewColumnCreating"
OnItemCommand
=
"GridViewItemCommand"
OnItemCreated
=
"GridViewItemCreated"
OnPageIndexChanged
=
"GridViewPageIndexChanged"
OnNeedDataSource
=
"GridViewNeedDataSource"
OnSortCommand
=
"GridViewSortCommand"
OnItemDataBound
=
"GridViewItemDataBound"
>
<
MasterTableView
CellSpacing
=
"0"
CellPadding
=
"0"
>
<
Columns
>
.....