ASPxGridView EditForm ASPxRadioButtonList 报错解决办法

是因为没有指定 ValueType

<dx:ASPxRadioButtonList ID="ASPxRadioButtonListObjectType" runat="server" RepeatDirection="Horizontal"
    ValueType="System.Int32" Value='<%# Bind("ObjectType") %>'>
    <Items>
        <dx:ListEditItem Value="0" Text="全部" />
        <dx:ListEditItem Value="1" Text="学员" />
        <dx:ListEditItem Value="2" Text="教职工" />
    </Items>
</dx:ASPxRadioButtonList>

相关文章:

  • 2021-09-13
  • 2021-09-10
  • 2021-12-28
  • 2021-07-17
  • 2021-06-14
  • 2021-10-07
  • 2022-12-23
猜你喜欢
  • 2021-12-23
  • 2021-10-26
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-16
相关资源
相似解决方案