DataGrid的控件问题
在DataGrid的第一列是模板列,在模板列中放入了RadioButton控件,运行后发现RadioButton控件不能单一选定,该怎么让RadioButton控件单一选定呢?
[解决办法]
RadioButton 都放到同一组里面啊....
[解决办法]
想单选 必须使用HTML中的radio ,使用web控件的RadioButton是不行的
发布时间: 2012-02-11 09:51:34 作者: rapoo
DataGrid的控件问题
在DataGrid的第一列是模板列,在模板列中放入了RadioButton控件,运行后发现RadioButton控件不能单一选定,该怎么让RadioButton控件单一选定呢?
[解决办法]
RadioButton 都放到同一组里面啊....
[解决办法]
想单选 必须使用HTML中的radio ,使用web控件的RadioButton是不行的