我有一个aspx页面,其中列以dojo网格显示,如
var formFields = [{
name: 'Cost',
placeHolder: '',
required: true,
type: 'currency',
column: 'Cost',
friendlyName: 'Cost',
width: 80
}, {
name: 'CompareAtPrice',
placeHolder: '',
required: true,
type: 'currency',
column: 'CompareAtPrice',
friendlyName: 'Compare At Price',
width: 150
}]
我想根据单选按钮选择为某些用户隐藏这些列。