FIX. RadGridView - exception when checking checkbox cells of the current row with sorting applied
To reproduce:
- Add a checkbox column to a grid
- Add the following code to the ValueChanged event:
void radGridView1_ValueChanged(object sender, EventArgs e)
{
if (radGridView1.CurrentColumn.Name == "BoolColumn")
{