开发者

Telerik MVC: Loading Grid with ajax request don't work

I have a Telerik MVC Tabstrip.

I have used:

.LoadContentFrom("Grid", "Orders");
开发者_StackOverflow

"Grid" Action just returns view without model. Then the Ajax request should have been fired to get the data.

It is loading the grid normally but it is not calling the Ajax request to fill the data. If I am calling the same action normally i.e. without ajax it displays grid and fires Ajax request to load the data.


Perhaps you've missed to register the required JavaScript files for the Grid. You can check the following help topics:

  • Loading components in tab content
  • Required JavaScript files


Check the sample available at here.

This one uses MVC 1.0 but can be surely converted to MVC 2.0

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜