I have this table and these radios buttons. It turns out that I select more than one radiobutton, it does not obey the question, one selected the other not.
<table>
<tr>
<td>@Html.RadioButton("Improdutivo-Reagendar","Improdutivo-Reagendar")Improdutivo-Reagendar</td>
</tr>
<tr>
<td>@Html.RadioButton("Improdutivo-PDV Não Apto","Improdutivo-PDV Não Apto")Improdutivo-PDV Não Apto</td>
</tr>
<tr>
<td>@Html.RadioButton("Improdutivo-Comercial","Improdutivo-Comercial")Improdutivo-Comercial</td>
</tr>
<tr>
<td>@Html.RadioButton("Improdutivo-Infra Estrutura","Improdutivo-Infra Estrutura")Improdutivo-Infra Estrutura</td>
</tr>
<tr>
<td>@Html.RadioButton("Finalizado","Finalizado")Finalizado</td>
</tr>
</table>