从 mvc3 中的网格选择渲染部分视图
我在 MVC 3 Razor 项目中有一个 Telerik 网格。网格旁边是使用适当模型模板的局部视图。我将如何使用 onRowSelect 来渲染部分视图以及所选行的索引。本质上它调用了 javascript,在 java 脚本中它指定了我想要传递给部分视图的索引 int。但是,我无法使用新索引呈现部分视图。 有什么想法吗?
I have a telerik grid in an MVC 3 Razor project. Next to the grid is a partial view that uses an appropriate model template. How would I go about using the onRowSelect to render the partial view with the index from the row selected. Essentially its calling a javascript, in the java script it specifies the index int I want to pass to the partial view. However, I am unable to render the partial view with the new index.
Any thoughts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否在 telerik 演示页面中尝试过客户端选择
Have you triclient selection in telerik demo page
我最终使用了ajax更新targetID
I ended up using the ajax update targetID