This question is locked. New answers and comments are not allowed.
Hi,
I have a grid with ajax binding displayed in a partial view. When sorting, "No records to display" is returned.". In fact, the action specified (see below) is not triggered.
I have verified ScriptRegistrar and grid name (for spaces) and all seems ok. I surelly miss something but I can't see what, the code executes with no error. A sample project reproducing the behaviour is attached (with the necessary databases).
I'd really appreciate if you could help me on this issue. Thanks
I have a grid with ajax binding displayed in a partial view. When sorting, "No records to display" is returned.". In fact, the action specified (see below) is not triggered.
.DataBinding(dataBinding => dataBinding.Ajax() .Select("_AjaxData", "OrgPavillon", new { orgid = 1}))I have verified ScriptRegistrar and grid name (for spaces) and all seems ok. I surelly miss something but I can't see what, the code executes with no error. A sample project reproducing the behaviour is attached (with the necessary databases).
I'd really appreciate if you could help me on this issue. Thanks