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.
我正在查看 Kendo Grid 本地虚拟化演示页面,我注意到该演示没有包含 Asp.Net MVC 服务器包装器的示例。这是否意味着网格的本地虚拟化模式没有一个?
这是否意味着网格的本地虚拟化模式没有一个?
在本地版本中,顾名思义,不需要服务器。数据存储在 javascript 变量中,并且仅存在于客户端上。我不明白你在问什么服务器端包装器。您所需要的只是一个将正确标记发送到客户端的服务器。从这一刻起,一切都在本地发生。