在我的应用程序中,用户应该只从每个父节点中选择一个子节点,因此我必须在RadDropDowntree中实现radiobutton。
我已经实现了raddropdowntree但有复选框,我没有找到Radiobutton模板或其他东西
例如
*颜色
-白色
-蓝色
- 红色
*容量
-250去
-500去
在这种情况下,用户应该只选择蓝色+250 Go 所以任何想法?!
我的源代码:
<telerik:RadDropDownTree ID="RadDropDownTree1" runat="server" Width="350px"
CheckBoxes="SingleCheck" EnableFiltering="true" DataFieldID="id"
DataFieldParentID =“parentId”DataSourceID =“ObjectDataSource5”DataTextField =“text”DataValueField="id" onnodedatabound="RadDropDownTree1_NodeDataBound"
ondatabound =“RadDropDownTree1_DataBound”&gt;
</telerik:RadDropDownTree>
答案 0 :(得分:0)
您可以通过设置 CheckBoxes =“SingleCheck”来达到所需的检查/取消选中效果。
有关详细信息,请参阅这些文章和演示:
http://www.telerik.com/help/aspnet-ajax/dropdowntree-functionality-checkboxes.html 和 http://demos.telerik.com/aspnet-ajax/dropdowntree/examples/applicationscenarios/imagereview/defaultcs.aspx