Value='<%# Bind(“….”) %>’ และต้องตั้ง ValueType=”…” ให้ตรง Format ด้วยเช่นเป็นตัวเลข จะใช้ string ปกติไม่ได้

<dx:ASPxRadioButtonList ID="CC_Point" runat="server" ValueType="System.Int32" Value='<%# Bind("CC_Point") %>'  RepeatDirection="Horizontal">
                                              <Items>
                                                   <dx:ListEditItem Text="ได้รับ แก้ไขได้" Value="2"></dx:ListEditItem>
                                                  <dx:ListEditItem Text="ได้รับ แก้ไขไม่ได้" Value="1"></dx:ListEditItem>
                                                  <dx:ListEditItem Text="ไม่ได้รับ" Value="0"></dx:ListEditItem>
                                              </Items>
 </dx:ASPxRadioButtonList>

 

By admin

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.