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.
我正在尝试将大约 24000 行绑定到 Telerik RadDropDownTree。目前,DataBind 方法需要大约3.5 分钟来绑定,这非常高,而且绝对会破坏交易。如何提高性能并尽可能缩短绑定时间?谢谢。
不建议在网页中显示 24000 行,因为这会挂起浏览器。尝试使用分页。
看一下:
http://demos.telerik.com/aspnet-ajax/dropdowntree/examples/populatingwithdata/webserviceandclienttemplates/defaultcs.aspx
将控件绑定到 Web 服务可以解决您的问题。