0
獲取未捕獲錯誤:無效模板:來自此kendoui模板。我在這裏錯過了什麼?Kendoui模板錯誤
<script type="text/x-kendo-template" id="listviewProxiesTemplate">
<div data-mrn=${Mrn}><label>${DisplayText}<input name="account" type="radio" #if(# ${IsActive} # =='true'){# checked="checked" #}# /></label></div>
</script>
我想設置的單選按鈕,檢查是否JSON對象IsActive屬性爲true ....
謝謝! Chris
沒錯!另外,你是否意識到單選按鈕和所有具有相同名稱的單一按鈕只有一個可以活躍,不管你收到什麼?那是你要的嗎?否則,爲每個「無線電」輸入使用不同的「名稱」。 – OnaBai
Yeap我希望這個選擇是互相排斥的,但好點。 – cobolstinks