In our RadGridView, we have an editable GridViewCheckBoxColumn. When this column does not have focus, the background of the checkbox square is displayed as grey, giving it a disabled appearance to be disabled. It is not until you click in the cell that the background of the checkbox square changes to white, giving it an enable appearance.
Is this behaviour intentional? The user is unlikely to want to click on the checkbox cell if it is greyed out, since they will think that it is disabled. I expect that I could avoid this appearance by using a checkbox inside the template for the cell, but I was wondering if there is a simpler way of doing this.
I am using version 2010.1.603.1040 of the Telerik controls.
Is this behaviour intentional? The user is unlikely to want to click on the checkbox cell if it is greyed out, since they will think that it is disabled. I expect that I could avoid this appearance by using a checkbox inside the template for the cell, but I was wondering if there is a simpler way of doing this.
I am using version 2010.1.603.1040 of the Telerik controls.