Hi mustafa,
When you use the keyboard navigation you can select the checkbox I have created a quick code snippet on how to have this functionality:
$("#grid").on('cellselect', function (event)
{
// event arguments.
var args = event.args;
var dataField = event.args.datafield;
var rowBoundIndex = event.args.rowindex;
if ( dataField === 'Discontinued' ) {
$("#grid").jqxGrid('setcellvalue', rowBoundIndex, "Discontinued", true);
}
});
Let me know if that works for you, but if it doesn’t it will be better to share a bit more context of your use case.
Please, do not hesitate to contact us if you have any additional questions.
Best Regards,
Yavor Dashev
jQWidgets team
https://www.jqwidgets.com