HI,
We are using asp.net mvc kendo grid with checkbox.
For checkbox we are using below line.
columns.Select().Width(50);
But very difficult to control checkbox events (onchange)
Most of the time not working. I need to get all checked and unchecked rows in onchange event while changing. But not able to control. We can get selected rows. But not unchecked rows. While unchecking I should get the unchecked rows.
Please help me to achieve.
)
}