using a radio group in a extjs grid

后端 未结 1 1981
自闭症患者
自闭症患者 2021-01-28 10:07

I was using a new Ext.grid.CheckColumn in my EXTJS FlexGridPanel
Now the column of checkboxes do not allow multiple selections , so I need to repl

相关标签:
1条回答
  • 2021-01-28 10:35

    CheckboxSelectionModel has a property singleSelect. Is that what you need?

    0 讨论(0)
提交回复
热议问题