This is a migrated thread and some comments may be shown as answers.

$scope.gridOptions = { change: onlyByKeydown} what is event by key?

2 Answers 93 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Юрий
Top achievements
Rank 1
Юрий asked on 10 Feb 2016, 11:39 AM
Hello,
What is event keypress?

2 Answers, 1 is accepted

Sort by
0
Юрий
Top achievements
Rank 1
answered on 10 Feb 2016, 12:22 PM

I have this field: 

model: {
fields:{
Minimum: { type: "number" }
}

}

0
Konstantin Dikov
Telerik team
answered on 12 Feb 2016, 06:36 AM
Hi,

Although that it is not clear enough what the exact question is,  the "onlyByKeydown" is a handler that you are setting for the "change" event. As you will notice in the help article , the change event fires when the user selects a table row or cell in the grid:
Hope this helps.


Regards,
Konstantin Dikov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Юрий
Top achievements
Rank 1
Answers by
Юрий
Top achievements
Rank 1
Konstantin Dikov
Telerik team
Share this question
or