Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between SelectionChange and ValueChange events of Kendo-Combobox

I have just started working on Kendo Controls in Angular. I have found an example here where its making use of both selectionChange and valueChange event. So, my question is what is the difference between these both and when to use them?

Thank you

like image 690
Pranay Avatar asked Feb 21 '18 07:02

Pranay


1 Answers

Imagine focusing the combobox, pressing the down arrow a few times until you find what you want, and hitting enter to choose it. In this example, each press of the down arrow changes the selection, and pressing enter changes the value.

like image 122
John Freeman Avatar answered Oct 01 '22 12:10

John Freeman