I am trying to fill in kendoForm elements with data retrieved from an API. Is it possible to use a observable object and bind to formData? How can this be done otherwise?
1 Answer, 1 is accepted
1
Accepted
Martin
Telerik team
answered on 12 Oct 2021, 08:17 AM
Hello, Nazrul,
A possible option to dynamically set the formData is to use the setOptions method once the data is retrieved. Here is a small example for reference.