This question is locked. New answers and comments are not allowed.
hi,
i'm using ajax databinding on my grid - however i want to manually perform the ajaxRequest in JS. at the moment, its calling the ajaxRequest twice, because i call it manually and its automatically called.
my grid has:
.EnableCustomBinding(true)
.DataBinding(ajax => ajax.Ajax().Select(Model.AjaxCallBack, "Home"))
my binding method in the controller has:
[GridAction(EnableCustomBinding = true)]
How can i stop the automatic databinding?
i'm using ajax databinding on my grid - however i want to manually perform the ajaxRequest in JS. at the moment, its calling the ajaxRequest twice, because i call it manually and its automatically called.
my grid has:
.EnableCustomBinding(true)
.DataBinding(ajax => ajax.Ajax().Select(Model.AjaxCallBack, "Home"))
my binding method in the controller has:
[GridAction(EnableCustomBinding = true)]
How can i stop the automatic databinding?