This question is locked. New answers and comments are not allowed.
The spreadsheet control doesn't seem to intercept user keystrokes.
Is there some setting to capture and execute this? I see Ctr+D and Ctr+R shortcuts for the Fill Down/Right menu items, but when I press these keys, the browser intercepts them or they don't get executed.
Is there a way set it to execute these commands by keystroke, or at least a way to programmatically execute these fill commands by intercepting the KeyDown event in code.
Is there some setting to capture and execute this? I see Ctr+D and Ctr+R shortcuts for the Fill Down/Right menu items, but when I press these keys, the browser intercepts them or they don't get executed.
Is there a way set it to execute these commands by keystroke, or at least a way to programmatically execute these fill commands by intercepting the KeyDown event in code.