Posted 31 August 2018, 3:25 pm EST
Hi,
I have the following flexgrid with checkbox.
<wj-flex-grid control="vm.grid" items-source="vm.testJson" selection-mode="Row" sticky-headers="true" class="bento-flex-grid" >
<wj-flex-grid-column header="Id" >
<input type="checkbox" />
</wj-flex-grid-column>
<wj-flex-grid-column header="Name" binding="Name" >
</wj-flex-grid-column>
</wj-flex-grid>
How can we make the checkbox behaves like radio buttons?
Thanks
