7

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

Pranay
  • 432
  • 4
  • 14

1 Answers1

11

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.

John Freeman
  • 2,552
  • 1
  • 27
  • 34