Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
数据绑定完成后如何调用 Javascript 函数?
我已经尝试过 EndCallback,但是在第一次加载 Grid 时它不起作用,因为我使用 RenderAction 来显示包含 gridview 的部分视图。
尝试从 GridView 客户端事件、标准 javascript window.onload 或 jQuery $(document).ready 事件处理程序中使用 OnInit。
我没有使用 RenderAction,而是使用了 RenderPartial 并在网格的 Clientside Init 事件上使用了 Grid.Refresh(),以确保调用 endcallback。