Row-oriented checkbox in 2.5 pro grid

Hello,

there are two checkbox columns in my grid, i need the following behaviour:

  1. when i check one of them then second should be unchecked and back to front
  2. if I uncheck some checkbox then both of them should be unchecked

row-oriented radio button doesn’t suit me as there is impossible to uncheck both columns.
Please advise.

Thank you.
Regards,
Alex.

You may use “onCheck” event or create custom eXcell type. Please find more information here
docs.dhtmlx.com/doku.php?id=dhtm … nt_oncheck
docs.dhtmlx.com/doku.php?id=dhtm … l_creation