Hi
I just stumbled upon a problem I don't know how to solve: I have a kendo Scheduler with a DataSource, that uses a field-model with relation definitions (f.ex. foo: {from: "Name"}). This works like expected, if the data is delivered by ajax or hard coded when executing the script. But when i set new data (can even be the same as before) with DataSource.data(myData), the relation Model seems not to be used anymore. This is also the case on other widgets. f.ex. I tried this with ListView and a template as well, where the template finds the entry "foo" which was defined as a relation when I create the DataSource, but is missing it, when I set the new data. I double checked the relation definition and could not find an error.
Someone has an idea? Or is this a bug?
I just stumbled upon a problem I don't know how to solve: I have a kendo Scheduler with a DataSource, that uses a field-model with relation definitions (f.ex. foo: {from: "Name"}). This works like expected, if the data is delivered by ajax or hard coded when executing the script. But when i set new data (can even be the same as before) with DataSource.data(myData), the relation Model seems not to be used anymore. This is also the case on other widgets. f.ex. I tried this with ListView and a template as well, where the template finds the entry "foo" which was defined as a relation when I create the DataSource, but is missing it, when I set the new data. I double checked the relation definition and could not find an error.
Someone has an idea? Or is this a bug?