Hi, I am new to Kendo and would like to know how I can store the text value of a dropdownlist in a viewModel element. I have three cascading dropdowns and the value of two of them is not what I want, it is the actual text of the dropdownlist that I need. As the dropdownlists change I would like to have a hidden html element that has a data-bind="text: viewModel.element" so it would always have the current text of the dropdownlist.
Thank you
Thank you