This question is locked. New answers and comments are not allowed.
Grid with ajaxEditing enable doesn't work in partial view when it's loaded first time by another partial view,which uses jQuery "$('#xxx').load(url)" to load the partial view including a Grid with editable and command edit column;
A error display when it's loaded first time says: "a[...] is null or not an object"
It's weird that when I click that jQuery load link second time , the grid partial view do work normally.
I have tried to remove the command column ,and all thing seems to be normal again .
I've searched the forum and founded a post mentioning about this issue , and according that post I added "Html.Telerik().ScriptRegistrar()" code snippet to the end of the partial view . It didn't resoved this issue as well.
Any one have any idea?
thanks first!
A error display when it's loaded first time says: "a[...] is null or not an object"
It's weird that when I click that jQuery load link second time , the grid partial view do work normally.
I have tried to remove the command column ,and all thing seems to be normal again .
I've searched the forum and founded a post mentioning about this issue , and according that post I added "Html.Telerik().ScriptRegistrar()" code snippet to the end of the partial view . It didn't resoved this issue as well.
Any one have any idea?
thanks first!