Completed
Last Updated: 20 Feb 2014 15:16 by ADMIN
ADMIN
Stefan
Created on: 11 Jun 2013 05:15
Category: GridView
Type: Bug Report
2
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")
            {
    
0 comments