This question is locked. New answers and comments are not allowed.
One of the columns in our RadGridView has a button in it and our grid has its EditTriggers property set to CellClick. After the grid is populated, we can click once on the button to call its Click event handler.
However, if we programatically apply a filter to the grid, we then have to click twice on the button for its Click event handler to fire. It is as if the first click just sets the focus on the grid but does not get through to the button.
However, if we programatically apply a filter to the grid, we then have to click twice on the button for its Click event handler to fire. It is as if the first click just sets the focus on the grid but does not get through to the button.
