Hi,
(I use the following components: Kendo UI Professional, Angular JS, ASP.NET WebAPI with OData)
I have to build a grid that contains rows of articles. It is necessary that I have a autocomplete Box for the article number and the article description.
The values for the articles(key, number, description) get loaded from an OData API. The challenge is that,
if I select an article number that the description must be selected equivalent. Same the other way round.
Does anyone know a nice workflow for this, from my knowledge this can only be done using JQuery, what I want to avoid as far as I can use Angular.
Thanks!
(I use the following components: Kendo UI Professional, Angular JS, ASP.NET WebAPI with OData)
I have to build a grid that contains rows of articles. It is necessary that I have a autocomplete Box for the article number and the article description.
The values for the articles(key, number, description) get loaded from an OData API. The challenge is that,
if I select an article number that the description must be selected equivalent. Same the other way round.
Does anyone know a nice workflow for this, from my knowledge this can only be done using JQuery, what I want to avoid as far as I can use Angular.
Thanks!