In my code behind file, I have set the property enabled = "false" for my Grid. I tried to click on the check box for an item row to select it and it was disabled as one would expect. I then double clicked on the check box for an item row and all the check boxes are deselected. For some reason the grid will allow the user to deselect items by double clicking while the grid is disabled. See attached Screenshots. However, this action does not work once the items have been deselected and a user tries to double click a check box, the items are not reselected.
Is there something that I am missing? I would not expect this functionality when the grid is disabled.
Is there something that I am missing? I would not expect this functionality when the grid is disabled.