Questions Tagged key
How to listen or get the key event in scheduler e.g. delete key
Answered: The Scheduler doesn't contain any element that can get focus. You can detect the Delete key for the whole page using the following code:
<script type="text/javascript">
$(document).keyup(function ...
Scheduler - select TimeRange with strg or shift key
Hello, I want to select a TimeRange with the strg oder shift key. I don't use the solution with the popup to enter a start and end date. I want that the user select the range with the strg oder shift...
Questions 1-2 of 2