c# - obout TreeView 从 2.0 更新到 3.5

标签 c# asp.net treeview obout

当我从使用旧的 Treeview(从程序集.net 2.0 中的 obout_ASPTreeView_2_NET 2.0.41)

我们正在使用: - 使用辅助页面按需加载。 - 虚拟滚动。

注意事项:

  1. C# 代码更改看起来相对容易,服务器回调(无需辅助页面)看起来很方便。

  2. 我正在寻找可能的陷阱以避免和/或重大代码更改(例如服务器回调)

  3. 2.11版本没有虚拟滚动的示例代码(官网上有2.0.41版本的demo)

最佳答案

我从 Obout 支持那里得到了这个答案:

The new Obout.Ajax.UI.TreeView is completely different than the old obout_ASPTreeView_2_NET control. Unfortunately there is no easy way to upgrade from one to the other. If the old version works fine for you, I'd recommend not to upgrade to the new one.

因此,除非您在新页面中使用它,否则不要升级。

关于c# - obout TreeView 从 2.0 更新到 3.5,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11185955/

相关文章:

c# - LockBits 性能关键代码

c# - 无效的回发或回调参数错误?

c# - 从 TreeView 获取 SelectedItem?

c# - 复杂的Silverlight TreeView,嵌套层次结构可能吗?

c# - Xamarin.Form FlowListView - 刷新列表时出现 NullReferenceException

c# - Toolbox Winforms .NET 6 中没有 WebBrowser 控件

c# - 调整阵列性能?

asp.net - Angular 6 - IE11 上的 GET/POST 问题 - 符号(rxSubscriber)未定义

asp.net - 拒绝访问 html 页面

c# - 为什么 TreeView 控件创建空白节点?