当前位置: 代码迷 >> ASP.NET >> DataGrid的控件有关问题
  详细解决方案

DataGrid的控件有关问题

热度:4734   发布时间:2013-02-25 00:00:00.0
DataGrid的控件问题
在DataGrid的第一列是模板列,在模板列中放入了RadioButton控件,运行后发现RadioButton控件不能单一选定,该怎么让RadioButton控件单一选定呢?

------解决方案--------------------------------------------------------
RadioButton 都放到同一组里面啊....
------解决方案--------------------------------------------------------
想单选 必须使用HTML中的radio ,使用web控件的RadioButton是不行的