FineUI 官方论坛
标题:
【非BUG】RadioButtonList 初始化加载属性Selected="true"无效
[打印本页]
作者:
◆◇_提拉米苏℡
时间:
2014-2-24 10:54
标题:
【非BUG】RadioButtonList 初始化加载属性Selected="true"无效
作者:
sanshi
时间:
2014-2-24 15:14
测试后发现这个不是BUG,必须为 RadioItem 指定 Value 属性,类似:
<f:RadioButtonList ID="RadioButtonList1" runat="server" Label="土地性质">
<f:RadioItem Text="无批文" Value="无批文" Selected="true" />
<f:RadioItem Text="使用" Value="使用" />
<f:RadioItem Text="征用" Value="征用" />
<f:RadioItem Text="批租" Value="批租" />
</f:RadioButtonList>
复制代码
作者:
◆◇_提拉米苏℡
时间:
2014-2-24 17:39
sanshi 发表于 2014-2-24 15:14
测试后发现这个不是BUG,必须为 RadioItem 指定 Value 属性,类似:
哦哦。原来是这样。不过我这个只是先画页面给领导看。就因为这个所以出问题了 呵呵
欢迎光临 FineUI 官方论坛 (https://fineui.com/bbs/)
Powered by Discuz! X3.4