This question is locked. New answers and comments are not allowed.
I've assigned the command RadGridViewCommands.BeginInsert to a button however when editing a cell the button is disabled and if I cancel the edit (press escape) the button remains disabled. If I commit the edit it changes back to enabled. I suspect the CanExecute is not being raised.
Also not a major priority but I think it would be better if the button was not disabled when in edit mode as it slows users down during data entry, and makes it impossible to add multiple rows by continuously clicking the button. In order to have this ability I had to use my own command which is a nuisance.
Also not a major priority but I think it would be better if the button was not disabled when in edit mode as it slows users down during data entry, and makes it impossible to add multiple rows by continuously clicking the button. In order to have this ability I had to use my own command which is a nuisance.