ASPxTreeList 每次点击节点,都要从新加载一次数据
ASPxTreeList 每次点击节点,都要从新加载一次数据修改根据点击的节点ID刷新页面的其他数据,有知道的吗??困扰好几天,ASPxTreeList_SelectionChanged 这个事件也不触发
求教求教
QQ:438355626 --------------------编程问答-------------------- --------------------编程问答-------------------- 感觉主要问题还是事件不起作用~~~但是这个问题太离奇了~~ --------------------编程问答-------------------- --------------------编程问答-------------------- this.ASPxTreeList.OptionsSelection.MultiSelect = true 是不是这 我也不是蛮清楚 你试下 --------------------编程问答--------------------
果断没有这个属性设置 --------------------编程问答-------------------- 看看你那里是不是使用什么ajax的局部不让刷新的控件了 --------------------编程问答--------------------
不是这个问题,应该是dev控件的问题,我都没有用ajax技术 --------------------编程问答-------------------- I suggest that you slightly redesign your project in the following manner:
1. The DataSource property should be assigned in the Page_Init event handler;
2. You should call the DataBind method in the Page_Init event handler as well (after the datasource assignment);
3. The selection should be restored in the tree list's DataBound event handler;
If you want to collect selected nodes, you should use the ASPxTreeList.GetSelectedNodes method.
我转人家的…… --------------------编程问答-------------------- 是的。我用的时候也发现了这个问题。
只能在Page_Load里不加 IsPostBack 判断了 --------------------编程问答-------------------- 解决了吗?怎么解决的
补充:.NET技术 , ASP.NET